| Modifier and Type | Method and Description |
|---|---|
static WritableMapHandle |
WritableMemory.map(File file)
Maps the entire given file into native-ordered Memory for write operations
(including those > 2GB).
|
static WritableMapHandle |
WritableMemory.map(File file,
long fileOffsetBytes,
long capacityBytes,
ByteOrder byteOrder)
Maps the specified portion of the given file into Memory for write operations
(including those > 2GB).
|
Copyright © 2015–2019 Yahoo! Inc.. All rights reserved.