| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableHandle
A handle for WritableMemory
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapHandle
Gets a Memory for a memory-mapped, read-only file resource, It is highly recommended that this
be created inside a try-with-resources statement.
|
class |
WritableDirectHandle
References a WritableMemory for a writable direct memory resource.
|
class |
WritableMapHandle
Gets a WritableMemory for a writable memory-mapped file resource.
|
Copyright © 2015–2018 Yahoo! Inc.. All rights reserved.