| Modifier and Type | Class and Description |
|---|---|
class |
WritableMapHandle
A Handle for a memory-mapped, writable file resource.
|
| Modifier and Type | Method and Description |
|---|---|
static MapHandle |
Memory.map(File file)
Maps the entire given file into native-ordered Memory for read operations
(including those > 2GB).
|
static MapHandle |
Memory.map(File file,
long fileOffsetBytes,
long capacityBytes,
ByteOrder byteOrder)
Maps the specified portion of the given file into Memory for read operations
(including those > 2GB).
|
Copyright © 2015–2019 Yahoo! Inc.. All rights reserved.