BZip2InputStream.WriteByte Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

BZip2InputStream.WriteByte Method 

Writes a byte to the current position in the file stream. This operation is not supported and will throw a NotSupportedException

public override void WriteByte(
   byte value
);

Parameters

value
The value to write.

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace