DeflaterOutputStream.Write Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.Write Method 

Writes bytes from an array to the compressed stream.

public override void Write(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
The byte array
off
The offset into the byte array where to start.
len
The number of bytes to write.

See Also

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