Click or drag to resize

DeflaterHuffmanFlushStoredBlock Method

Namespace:  ICSharpCode.SharpZipLib.Zip.Compression
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void FlushStoredBlock(
	byte[] stored,
	int storedOffset,
	int storedLength,
	bool lastBlock
)

Parameters

stored
Type: SystemByte
storedOffset
Type: SystemInt32
storedLength
Type: SystemInt32
lastBlock
Type: SystemBoolean
See Also