OutputStream.SetLength

OutputStream.SetLength method

Sets the length of the wrapped output stream.

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

See Also