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.

See Also