Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Writes a sequence of bytes to stream and advances the current position This method always throws a NotSupportedException

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 >[]()[]
Thew buffer containing data to write.
offset
Type: System..::.Int32
The offset of the first byte to write.
count
Type: System..::.Int32
The number of bytes to write.

Remarks

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

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also