LuciadCPillar C# 2024.0.08
|
Represents an implicitly shared buffer of bytes, ie. More...
Public Member Functions | |
ByteBuffer (byte[] data) | |
void | Dispose () |
Properties | |
byte[] | Data [get] |
Returns the underlying byte array. More... | |
Represents an implicitly shared buffer of bytes, ie.
ByteBuffer
copies (i.e. the copy constructor or assignment operator) result in shallow copies.
|
inline |
|
inline |
|
get |
Returns the underlying byte array.