The properties of the InflaterInputStream class are listed below. For a complete list of InflaterInputStream class members, see the InflaterInputStream Members topic.
Public Instance Properties
![]() | Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1. |
![]() | Gets a value indicating whether the current stream supports reading |
![]() | Gets a value of false indicating seeking is not supported for this stream. |
![]() | Gets a value of false indicating that this stream is not writeable. |
![]() | Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. |
![]() | A value representing the length of the stream in bytes. |
![]() | The current position within the stream. Throws a NotSupportedException when attempting to set the position |
See Also
InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace