BZip2InputStream.WriteByte Method

SharpZip Compression Library

SharpZip Compression 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 val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace