DeflaterHuffman.FlushBlock Method

[Visual Basic]
Public Sub FlushBlock( _
   ByVal stored As Byte(), _
   ByVal stored_offset As Integer, _
   ByVal stored_len As Integer, _
   ByVal lastBlock As Boolean _
)
[C#]
public void FlushBlock(
   byte[] stored,
   int stored_offset,
   int stored_len,
   bool lastBlock
);

See Also

DeflaterHuffman Class | DeflaterHuffman Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace