| Class and Description |
|---|
| BaseBuffer
A new positional API.
|
| Buffer
Provides read-only, positional primitive and primitive array methods to any of the four resources
mentioned in the package level documentation.
|
| Handle
A handle for read-only resource.
|
| MapHandle
A Handle for a memory-mapped, read-only file resource.
|
| Memory
Provides read-only primitive and primitive array methods to any of the four resources
mentioned in the package level documentation.
|
| MemoryRequestServer
The MemoryRequestServer is a callback interface to provide a means for a direct (off-heap),
dynamic WritableMemory object to request more memory from the owner of the
WritableDirectHandle. |
| Utf8CodingException
This exception will be thrown for errors encountered during either the encoding of characters
to Utf8 bytes, or the decoding of Utf8 bytes to characters.
|
| WritableBuffer
Provides read and write, positional primitive and primitive array access to any of the four
resources mentioned at the package level.
|
| WritableDirectHandle
A Handle for a writable direct memory resource.
|
| WritableHandle
A Handle for writable direct memory or a memory-mapped, writable file resource.
|
| WritableMapHandle
A Handle for a memory-mapped, writable file resource.
|
| WritableMemory
Provides read and write primitive and primitive array access to any of the four resources
mentioned at the package level.
|
Copyright © 2015–2019 Yahoo! Inc.. All rights reserved.