at.molindo.utils.io
Class CompositeInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by at.molindo.utils.io.CompositeInputStream
All Implemented Interfaces:
Closeable

public class CompositeInputStream
extends InputStream


Constructor Summary
CompositeInputStream(InputStream... streams)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, 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

CompositeInputStream

public CompositeInputStream(InputStream... streams)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException


Copyright © 2011 Molindo GmbH. All Rights Reserved.