The methods of Java.Nio.Buffer are listed below. For a list of all members, see the Buffer Members list.
See Also: Inherited members from Java.Lang.Object
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. |