Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Sets the length of this stream to the given value. Not supported by this class!

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 stream length.

Remarks

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

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also