The members of Java.Nio.Buffer are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | HasArray | bool. Returns true if array and arrayOffset won't throw. |
[read-only] | HasRemaining | bool. Indicates if there are elements remaining in this buffer, that is if position . |
[read-only] abstract | IsDirect | bool. Returns true if this is a direct buffer. |
[read-only] abstract | IsReadOnly | bool. Indicates whether this buffer is read-only. |
[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. |
abstract | ArrayOffset()Returns the offset into the array returned by array of the first element of the buffer (optional operation). | |
Capacity()Returns the capacity of this buffer. | ||
Clear()Clears this buffer. | ||
Flip()Flips this buffer. | ||
GetDirectBufferAddress()Documentation for this section has not yet been entered. | ||
Limit()Returns the limit of this buffer. | ||
Limit(int)Sets the limit of this buffer. | ||
Mark()Marks the current position, so that the position may return to this point later by calling reset(). | ||
Position()Returns the position of this buffer. | ||
Position(int)Sets the position of this buffer. | ||
Remaining()Returns the number of remaining elements in this buffer, that is limit - position. | ||
Reset()Resets the position of this buffer to the mark. | ||
Rewind()Rewinds this buffer. |