WrappingStreamBase.SetLength method

Sets the length of the current stream.

public override void SetLength(long value)
parameter description
value The desired length of the current stream in bytes.

See Also