org.archive.io
Class CompositeFileInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.archive.io.CompositeFileInputStream
All Implemented Interfaces:
java.io.Closeable

public class CompositeFileInputStream
extends java.io.FilterInputStream

Author:
gojomo

Field Summary
(package private)  java.util.Iterator<java.io.File> filenames
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
CompositeFileInputStream(java.util.List<java.io.File> files)
           
 
Method Summary
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filenames

java.util.Iterator<java.io.File> filenames
Constructor Detail

CompositeFileInputStream

public CompositeFileInputStream(java.util.List<java.io.File> files)
                         throws java.io.IOException
Parameters:
files -
Throws:
java.io.IOException
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream
Throws:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream
Throws:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
Overrides:
skip in class java.io.FilterInputStream
Throws:
java.io.IOException


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