| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer |
Provides a low-level
Buffer abstraction backed by on- or off-heap memory, memory mapped
files, or RandomAccessFile. |
| Modifier and Type | Method and Description |
|---|---|
static FileBytes |
FileBytes.allocate(File file)
Allocates a randomAccessFile buffer of unlimited count.
|
static FileBytes |
FileBytes.allocate(File file,
long size)
Allocates a randomAccessFile buffer.
|
static FileBytes |
FileBytes.allocate(File file,
String mode,
long size)
Allocates a randomAccessFile buffer.
|
Copyright © 2013–2015. All rights reserved.