| Package | Description |
|---|---|
| org.apache.druid.java.util.common |
| Modifier and Type | Method and Description |
|---|---|
static MappedByteBufferHandler |
FileUtils.map(File file)
Fully maps a file read-only in to memory as per
FileChannel.map(FileChannel.MapMode, long, long). |
static MappedByteBufferHandler |
FileUtils.map(File file,
long offset,
long length)
Fully maps a file read-only in to memory as per
FileChannel.map(FileChannel.MapMode, long, long). |
static MappedByteBufferHandler |
FileUtils.map(RandomAccessFile randomAccessFile,
long offset,
long length)
Fully maps a file read-only in to memory as per
FileChannel.map(FileChannel.MapMode, long, long). |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.