LumiSoft Mail Server User API
FlushBlock Method (stored, storedOffset, storedLength, lastBlock)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression > DeflaterHuffman > FlushBlock(Byte[](), Int32, Int32, Boolean)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)]

Syntax
C#Visual BasicManaged C++
public void FlushBlock (
	byte[] stored,
	int storedOffset,
	int storedLength,
	bool lastBlock
)
Public Sub FlushBlock ( _
	stored As Byte(), _
	storedOffset As Integer, _
	storedLength As Integer, _
	lastBlock As Boolean _
)
public:
void FlushBlock (
	array<unsigned char>^ stored, 
	int storedOffset, 
	int storedLength, 
	bool lastBlock
)
Parameters
stored (Byte[]())

[Missing <param> documentation for "stored"]

storedOffset (Int32)

[Missing <param> documentation for "storedOffset"]

storedLength (Int32)

[Missing <param> documentation for "storedLength"]

lastBlock (Boolean)

[Missing <param> documentation for "lastBlock"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)