org.dasein.media.io
Class MultiInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.dasein.media.io.MultiInputStream
All Implemented Interfaces:
Closeable

public class MultiInputStream
extends InputStream


Constructor Summary
MultiInputStream(InputStream is)
           
 
Method Summary
 void close()
           
 int read()
           
 void reset()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiInputStream

public MultiInputStream(InputStream is)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class InputStream
Throws:
IOException

read

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

reset

public void reset()
Overrides:
reset in class InputStream


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.