Java.Nio.ByteBuffer: Property Members

The properties of Java.Nio.ByteBuffer are listed below. For a list of all members, see the ByteBuffer Members list.

See Also: Inherited members from Java.Nio.Buffer

Public Properties

[read-only]
abstract
Charchar. Returns the char at the current position and increases the position by 2.
[read-only]
abstract
Doubledouble. Returns the double at the current position and increases the position by 8.
[read-only]
abstract
Floatfloat. Returns the float at the current position and increases the position by 4.
[read-only]
override
HasArraybool. Returns true if array and arrayOffset won't throw.
[read-only]
abstract
Intint. Returns the int at the current position and increases the position by 4.
[read-only]
abstract
Longlong. Returns the long at the current position and increases the position by 8.
[read-only]
abstract
Shortshort. Returns the short at the current position and increases the position by 2.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.