Package org.jets3t.service.io
Interface InputStreamWrapper
-
- All Known Implementing Classes:
GZipDeflatingInputStream,HttpMethodReleaseInputStream,InterruptableInputStream,ProgressMonitoredInputStream,RepeatableFileInputStream,RepeatableInputStream,SegmentedRepeatableFileInputStream
public interface InputStreamWrapperInterface 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 InputStreamgetWrappedInputStream()
-
-
-
Method Detail
-
getWrappedInputStream
InputStream getWrappedInputStream()
- Returns:
- the underlying input stream wrapped by this class.
-
-