BufferSegment Constructor |
| Name | Description | |
|---|---|---|
| BufferSegment(Byte) |
Creates a new BufferSegment describing the entire specified byte array.
| |
| BufferSegment(Int64) |
Creates a new BufferSegment with a given fixed size.
| |
| BufferSegment(ArraySegmentByte, Int32, Int32) |
Creates a new BufferSegment referencing a subsection of the same underlying memory byte array as the specified pointer.
| |
| BufferSegment(Byte, Int32, Int32) |
Creates a new BufferSegment.
|