DeflaterOutputStream.Write Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream.Write Method 

Writes bytes from an array to the compressed stream.

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

Parameters

buffer
The byte array
offset
The offset into the byte array where to start.
count
The number of bytes to write.

See Also

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