Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Write a block of data to buffer

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 WriteBlock(
	byte[] block,
	int offset,
	int length
)
Visual Basic (Declaration)
Public Sub WriteBlock ( _
	block As Byte(), _
	offset As Integer, _
	length As Integer _
)
Visual C++
public:
void WriteBlock(
	array<unsigned char>^ block, 
	int offset, 
	int length
)

Parameters

block
Type: array< System..::.Byte >[]()[]
data to write
offset
Type: System..::.Int32
offset of first byte to write
length
Type: System..::.Int32
number of bytes to write

Remarks

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

See Also