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