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.
- Author:
- James Murty
getWrappedInputStream
java.io.InputStream getWrappedInputStream()
- Returns:
- the underlying input stream wrapped by this class.