org.jets3t.service.io
Interface InputStreamWrapper

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

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
 InputStream getWrappedInputStream()
           
 

Method Detail

getWrappedInputStream

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