Uses of Class java.nio.Buffer

Uses in package java.nio

Classes derived from java.nio.Buffer

class
class
class
class
class
class
class
class

Methods with return type java.nio.Buffer

Buffer
Clears the buffer.
Buffer
Flips the buffer.
Buffer
Buffer.limit(int newLimit)
Sets this buffer's limit.
Buffer
Sets this buffer's mark at its position.
Buffer
Buffer.position(int newPosition)
Sets this buffer's position.
Buffer
Resets this buffer's position to the previously-marked position.
Buffer
Rewinds this buffer.