Constructor ByteArrayBuffer
ByteArrayBuffer(byte[], bool)
Initializes a new instance of the ByteArrayBuffer class.
public ByteArrayBuffer(byte[] bytes, bool isReadOnly = false)
Parameters
ByteArrayBuffer(byte[], int, bool)
Initializes a new instance of the ByteArrayBuffer class.
public ByteArrayBuffer(byte[] bytes, int length, bool isReadOnly = false)