The ByteBuffer type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Amount of bytes this ByteBuffer as maximum can hold.
Public propertyItem
Access content of this byte buffer.
Public propertyLength
Amount of bytes this ByteBuffer currently holds.

See Also