| Package | Description |
|---|---|
| io.datakernel.file |
| Modifier and Type | Method and Description |
|---|---|
static AsyncFile |
AsyncFile.open(ExecutorService executor,
Path path,
OpenOption[] openOptions)
Synchronously opens file
|
static AsyncFile |
AsyncFile.open(ExecutorService executor,
Path path,
OpenOption[] openOptions,
Object mutexLock) |
| Modifier and Type | Method and Description |
|---|---|
static Stage<AsyncFile> |
AsyncFile.openAsync(ExecutorService executor,
Path path,
OpenOption[] openOptions)
Asynchronously opens file
|
static Stage<AsyncFile> |
AsyncFile.openAsync(ExecutorService executor,
Path path,
OpenOption[] openOptions,
Object mutexLock) |
Copyright © 2019. All rights reserved.