| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ReadableFile |
ReadableFileResult.multiply() |
ReadableFile |
ReadableFileResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
static Status |
ReadableFile.Open(BytePointer path,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
ReadableFile.Open(BytePointer path,
ReadableFile file)
Deprecated.
|
static Status |
ReadableFile.Open(int fd,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
ReadableFile.Open(int fd,
ReadableFile file)
Deprecated.
|
static Status |
ReadableFile.Open(String path,
MemoryPool pool,
ReadableFile file)
Deprecated.
|
static Status |
ReadableFile.Open(String path,
ReadableFile file)
Deprecated.
|
| Constructor and Description |
|---|
ReadableFileResult(ReadableFile value)
Constructs a Result object that contains
value. |
Copyright © 2020. All rights reserved.