PendingBuffer.Flush Method

From IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PendingBuffer.Flush Method 

Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done.

public int Flush(
   byte[] output,
   int offset,
   int length
);

Parameters

output
The output array.
offset
The offset into output array.
length
The maximum number of bytes to store.

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace