Uses of Interface
org.apache.datasketches.memory.WritableMapHandle
-
-
Uses of WritableMapHandle in org.apache.datasketches.memory
Methods in org.apache.datasketches.memory that return WritableMapHandle Modifier and Type Method 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 callingwritableMap(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.
-