Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Copy from input manipulator to internal window

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 int CopyStored(
	StreamManipulator input,
	int length
)
Visual Basic (Declaration)
Public Function CopyStored ( _
	input As StreamManipulator, _
	length As Integer _
) As Integer
Visual C++
public:
int CopyStored(
	StreamManipulator^ input, 
	int length
)

Parameters

input
Type: SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams..::.StreamManipulator
source of data
length
Type: System..::.Int32
length of data to copy

Return Value

the number of bytes copied

Remarks

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

See Also