Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Writes bytes from an array to the compressed stream.

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

Syntax

C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic (Declaration)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override

Parameters

buffer
Type: array< System..::.Byte >[]()[]
The byte array
offset
Type: System..::.Int32
The offset into the byte array where to start.
count
Type: System..::.Int32
The number of bytes to write.

Remarks

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

See Also