An example of SequenceInputStream, similar to UNIX 'cat'
Taken from Sun's online textbook "The Java Tutorial" at URL http://java.sun.com/tutorial/index.html
To Run:
jre -cp concatenate.jar Concatenate
Sample Run
Concatenate.out
Source Files:
Concatenate.java
Concatenate.txt
FileListEnumerator.java
FileListEnumerator.txt