com.armatiek.infofuze.stream
Class RepeatableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.commons.io.input.ProxyInputStream
              extended by com.armatiek.infofuze.stream.RepeatableInputStream
All Implemented Interfaces:
java.io.Closeable

public class RepeatableInputStream
extends org.apache.commons.io.input.ProxyInputStream

Author:
Maarten Kroon

Constructor Summary
RepeatableInputStream(java.io.InputStream proxy)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.apache.commons.io.input.ProxyInputStream
available, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatableInputStream

public RepeatableInputStream(java.io.InputStream proxy)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class org.apache.commons.io.input.ProxyInputStream
Throws:
java.io.IOException