Click or drag to resize

Buffer Constructor

Overload List
 NameDescription
Public methodBuffer(ArraySegmentByte) Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.
Public methodBuffer(Byte) Creates a new Buffer describing the entire specified byte array.
Public methodBuffer(Int64) Creates a new Buffer with a given fixed size.
Public methodBuffer(ArraySegmentByte, Int32, Int32) Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.
Public methodBuffer(Byte, Int32, Int32) Creates a new Buffer.
Top
See Also