DeflaterHuffman.FlushBlock Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterHuffman.FlushBlock Method 

Flush block to output with compression

public void FlushBlock(
   byte[] stored,
   int storedOffset,
   int storedLength,
   bool lastBlock
);

Parameters

stored
Data to flush
storedOffset
Index of first byte to flush
storedLength
Count of bytes to flush
lastBlock
True if this is the last block

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace