org.jets3t.service.io
Interface InputStreamWrapper

All Known Implementing Classes:
GZipDeflatingInputStream, HttpMethodReleaseInputStream, InterruptableInputStream, ProgressMonitoredInputStream, RepeatableFileInputStream, RepeatableInputStream, SegmentedRepeatableFileInputStream

public interface InputStreamWrapper

Interface used by input streams that wrap other input streams, so that the underlying input stream can be retrieved.


Method Summary
 java.io.InputStream getWrappedInputStream()
           
 

Method Detail

getWrappedInputStream

java.io.InputStream getWrappedInputStream()
Returns:
the underlying input stream wrapped by this class.