BZip2InputStream Properties
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
| Gets a value indicating if the stream supports reading | |
| Gets a value indicating whether the current stream supports seeking. | |
| Gets a value indicating whether the current stream supports writing. This property always returns false | |
| Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. | |
| Gets the length in bytes of the stream. | |
| 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