Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Set the length of the current stream 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 SetLength(
	long value
)
Visual Basic (Declaration)
Public Overrides Sub SetLength ( _
	value As Long _
)
Visual C++
public:
virtual void SetLength(
	long long value
) override

Parameters

value
Type: System..::.Int64
The new length value for the stream.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.SetLength(System.Int64)"]

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also