| Package | Description |
|---|---|
| xyz.cofe.cbuffer |
Байтовые буферы
|
| xyz.cofe.io |
Функции по работе с файловой системой
|
| Modifier and Type | Method and Description |
|---|---|
static FChannelBuffer |
FChannelBuffer.open(File file,
OpenOption... options) |
static FChannelBuffer |
FChannelBuffer.open(File file,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
static FChannelBuffer |
FChannelBuffer.open(Path path,
OpenOption... options) |
static FChannelBuffer |
FChannelBuffer.open(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
| Modifier and Type | Method and Description |
|---|---|
FChannelBuffer |
File.randomAccess(OpenOption... options)
Открытвает буффер для случайного доступа
|
FChannelBuffer |
File.randomAccess(Set<? extends OpenOption> options,
FileAttribute<?>... attrs)
Открытвает буффер для случайного доступа
|
Copyright © 2019. All rights reserved.