| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FileMode.type |
FileMode.type.intern() |
FileMode.type |
FileInterface.mode() |
static FileMode.type |
FileMode.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMode.type[] |
FileMode.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryMappedFileResult |
MemoryMappedFile.Open(String path,
FileMode.type mode) |
static MemoryMappedFileResult |
MemoryMappedFile.Open(String path,
FileMode.type mode,
long offset,
long length) |
Copyright © 2021. All rights reserved.