org.archive.io
Class CompositeFileReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by org.archive.io.CompositeFileReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class CompositeFileReader
extends java.io.InputStreamReader

Author:
gojomo

Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
CompositeFileReader(java.util.List<java.io.File> filenames)
           
 
Method Summary
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFileReader

public CompositeFileReader(java.util.List<java.io.File> filenames)
                    throws java.io.IOException
Parameters:
filenames -
Throws:
java.io.IOException


Copyright © 2003-2011 Internet Archive. All Rights Reserved.