| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.FileType |
FileInfo.type()
The file type
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.set_type(arrow.FileType type) |
| Constructor and Description |
|---|
FileInfo(String path,
arrow.FileType type) |
| Modifier and Type | Method and Description |
|---|---|
arrow.FileType |
arrow.FileType.intern() |
static arrow.FileType |
arrow.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.FileType[] |
arrow.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
arrow.shiftLeft(Pointer os,
arrow.FileType arg1) |
static String |
arrow.ToString(arrow.FileType arg0) |
Copyright © 2021. All rights reserved.