 | AutoResetStream.SetLength Method |
When overridden in a derived class, sets the length of the current stream.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
Dim instance As AutoResetStream
Dim value As Long
instance.SetLength(value)
public:
virtual void SetLength(
long long value
) override
abstract SetLength :
value : int64 -> unit
override SetLength :
value : int64 -> unit
public void SetLength(
long value
)
public override function SetLength(
value : long
)
function SetLength(value);
VIRTUAL METHOD SetLength(
value AS INT64
) AS VOID
Parameters
- value
- Type: System.Int64
The desired length of the current stream in bytes.
Exceptions
See Also