FastLZStream.SetLength

FastLZStream.SetLength method

Sets the length of the current stream.

public override void SetLength(long value)
ParameterTypeDescription
valueInt64The desired length of the current stream in bytes.

Exceptions

exceptioncondition
NotSupportedExceptionThe operation is not supported.

See Also