Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Add more input for consumption. Only call when IsNeedingInput returns true

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

Parameters

buffer
Type: array< System..::.Byte >[]()[]
data to be input
offset
Type: System..::.Int32
offset of first byte of input
count
Type: System..::.Int32
number of bytes of input to add.

Remarks

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

See Also