The ByteBuffer type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | AutoExpand |
The AutoExpand property enables writing variable length data and is true
by default.
|
![]() | Limit |
The last byte available for reading.
|
![]() | Order |
Byte Order for marshalling. BigEndian by default (most significant byte first).
|
![]() | Position |
The Position property indicates the progress through the buffer,
and indicates the position within the underlying array that
subsequent data will be read from or written to.
|