Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SetLength(long)

  • Declared in: RT.Util.Streams.BinaryStream
  • Overrides: Stream.SetLength(long)

Declaration

public override void SetLength(
    long value
)

Summary

Sets the length of the underlying stream.

Parameters

longvalueThe desired length of the underlying stream in bytes.