The properties of the BZip2InputStream class are listed below. For a complete list of BZip2InputStream class members, see the BZip2InputStream Members topic.
Public Instance Properties
CanRead | Gets a value indicating if the stream supports reading |
CanSeek | Gets a value indicating whether the current stream supports seeking. |
CanWrite | Gets a value indicating whether the current stream supports writing. This property always returns false |
Length | Gets the length in bytes of the stream. |
Position | Gets or sets the streams position. Setting the position is not supported and will throw a NotSupportException |
See Also
BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace