Gets or sets the streams position. Setting the position is not supported and will throw a NotSupportException
public override long Position {get; set;}
Exceptions
| Exception Type | Condition |
|---|---|
| NotSupportedException | Any attempt to set the position |
See Also
BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace