Ivan, I believe the last line of code should be (change str to streams): InputStream cntr = new SequenceInputStream(Collections.enumeration(streams));
InputStream cntr = new SequenceInputStream(Collections.enumeration(streams));
Ivan,
I believe the last line of code should be (change str to streams):
InputStream cntr = new SequenceInputStream(Collections.enumeration(streams));