| Modifier and Type | Method and Description |
|---|---|
static UnsafeMappedBytes |
UnsafeMappedBytes.allocate(File file,
FileChannel.MapMode mode,
int size)
Allocates a mapped buffer.
|
static UnsafeMappedBytes |
UnsafeMappedBytes.allocate(File file,
int size)
Allocates a mapped buffer in
FileChannel.MapMode#READ_WRITE mode. |
UnsafeMappedBytes |
UnsafeMappedBytes.copy()
Copies the bytes to a new byte array.
|
Copyright © 2013–2017. All rights reserved.