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
Available | Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1. |
CanRead | Gets a value indicating whether the current stream supports reading |
CanSeek | Gets a value of false indicating seeking is not supported for this stream. |
CanWrite | Gets a value of false indicating that this stream is not writeable. |
IsStreamOwner | Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. |
Length | A value representing the length of the stream in bytes. |
Position | 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