| Package | Description |
|---|---|
| java.nio | |
| org.gwtproject.nio |
| Class and Description |
|---|
| Buffer
A buffer is a list of elements of a specific primitive type.
|
| ByteBuffer
A buffer for bytes.
|
| ByteOrder
Defines byte order constants.
|
| CharBuffer
A buffer of chars.
|
| DirectByteBuffer
DirectByteBuffer, DirectReadWriteByteBuffer and DirectReadOnlyHeapByteBuffer compose
the implementation of direct byte buffers.
|
| DoubleBuffer
A buffer of doubles.
|
| Endianness |
| FloatBuffer
A buffer of floats.
|
| IntBuffer
A buffer of ints.
|
| LongBuffer
A buffer of longs.
|
| ShortBuffer
A buffer of shorts.
|
| StringToByteBuffer
Ugly hack to get gwt internal stuff into nio, see StringByteBuffer in nio
|
| Class and Description |
|---|
| ByteBuffer
A buffer for bytes.
|
Copyright © 2020 Dmitrii Tikhomirov. All rights reserved.