|
|||||||||
| Home >> All >> java >> [ nio overview ] | PREV NEXT | ||||||||
Uses of Class
java.nio.Buffer
| Uses of Buffer in java.nio |
| Subclasses of Buffer in java.nio | |
class |
ByteBuffer
|
(package private) class |
ByteBufferImpl
This is a Heap memory implementation |
class |
CharBuffer
|
(package private) class |
CharBufferImpl
This is a Heap memory implementation |
(package private) class |
CharViewBufferImpl
|
(package private) class |
DirectByteBufferImpl
|
(package private) static class |
DirectByteBufferImpl.ReadOnly
|
(package private) static class |
DirectByteBufferImpl.ReadWrite
|
class |
DoubleBuffer
|
(package private) class |
DoubleBufferImpl
This is a Heap memory implementation |
(package private) class |
DoubleViewBufferImpl
|
class |
FloatBuffer
|
(package private) class |
FloatBufferImpl
This is a Heap memory implementation |
(package private) class |
FloatViewBufferImpl
|
class |
IntBuffer
|
(package private) class |
IntBufferImpl
This is a Heap memory implementation |
(package private) class |
IntViewBufferImpl
|
class |
LongBuffer
|
(package private) class |
LongBufferImpl
This is a Heap memory implementation |
(package private) class |
LongViewBufferImpl
|
class |
MappedByteBuffer
|
(package private) class |
MappedByteBufferImpl
|
class |
ShortBuffer
|
(package private) class |
ShortBufferImpl
This is a Heap memory implementation |
(package private) class |
ShortViewBufferImpl
|
| Methods in java.nio that return Buffer | |
Buffer |
Buffer.clear()
Clears the buffer. |
Buffer |
Buffer.flip()
Flips the buffer. |
Buffer |
Buffer.limit(int newLimit)
Sets this buffer's limit. |
Buffer |
Buffer.mark()
Sets this buffer's mark at its position. |
Buffer |
Buffer.position(int newPosition)
Sets this buffer's position. |
Buffer |
Buffer.reset()
Resets this buffer's position to the previously-marked position. |
Buffer |
Buffer.rewind()
Rewinds this buffer. |
|
|||||||||
| Home >> All >> java >> [ nio overview ] | PREV NEXT | ||||||||