Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Flush block to output with compression

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Parameters

stored
Type: array< System..::.Byte >[]()[]
Data to flush
storedOffset
Type: System..::.Int32
Index of first byte to flush
storedLength
Type: System..::.Int32
Count of bytes to flush
lastBlock
Type: System..::.Boolean
True if this is the last block

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

See Also