This method is not supported by the DecompressionStream class.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overrides Sub SetLength ( _
	value As Long _
)
C#
public override void SetLength(
	long value
)

Parameters

value
Type: System..::..Int64
The desired length of the current stream in bytes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also