InflaterInputStream.Write Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputStream.Write Method 

Writes a sequence of bytes to stream and advances the current position This method always throws a NotSupportedException

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

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace