BZip2InputStream.Write Method

SharpZip Compression Library

SharpZip Compression Library

BZip2InputStream.Write Method 

Writes a block of bytes to this stream using data from a buffer. This operation is not supported and will throw a NotSupportedException

public override void Write(
   byte[] array,
   int offset,
   int count
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace