The ByteBuffer type exposes the following members.

Fields

  NameDescription
Public fieldAutoExpand
The AutoExpand property enables writing variable length data and is true by default.
Public fieldLimit
The last byte available for reading.
Public fieldOrder
Byte Order for marshalling. BigEndian by default (most significant byte first).
Public fieldPosition
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.

See Also