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
[read-only] abstract | Char | char. Returns the char at the current position and increases the position by 2. |
[read-only] abstract | Double | double. Returns the double at the current position and increases the position by 8. |
[read-only] abstract | Float | float. Returns the float at the current position and increases the position by 4. |
[read-only] override | HasArray | bool. Returns true if array and arrayOffset won't throw. |
[read-only] abstract | Int | int. Returns the int at the current position and increases the position by 4. |
[read-only] abstract | Long | long. Returns the long at the current position and increases the position by 8. |
[read-only] abstract | Short | short. Returns the short at the current position and increases the position by 2. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |