Package 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getWrappedInputStream()
-
-
-
Method Detail
-
getWrappedInputStream
InputStream getWrappedInputStream()
- Returns:
- the underlying input stream wrapped by this class.
-
-