| Modifier and Type | Method and Description |
|---|---|
static WritableMapHandle |
WritableMemory.writableMap(File file)
Maps the entire given file into native-ordered WritableMemory for write operations
Calling this method is equivalent to calling
writableMap(file, 0, file.length(), ByteOrder.nativeOrder()). |
static WritableMapHandle |
WritableMemory.writableMap(File file,
long fileOffsetBytes,
long capacityBytes,
ByteOrder byteOrder)
Maps the specified portion of the given file into Memory for write operations.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.