DeflaterHuffman.FlushStoredBlock Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterHuffman.FlushStoredBlock Method 

Flush block to output with no compression

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

Parameters

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

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace