| 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,
int size)
Allocates a randomAccessFile buffer.
|
static FileBytes |
FileBytes.allocate(File file,
String mode,
int size)
Allocates a randomAccessFile buffer.
|
Copyright © 2013–2018. All rights reserved.