| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ReadableFileResult |
ReadableFileResult.getPointer(long i) |
static ReadableFileResult |
ReadableFile.Open(BytePointer path) |
static ReadableFileResult |
ReadableFile.Open(BytePointer path,
MemoryPool pool) |
static ReadableFileResult |
ReadableFile.Open(int fd) |
static ReadableFileResult |
ReadableFile.Open(int fd,
MemoryPool pool)
\brief Open a local file for reading
|
static ReadableFileResult |
ReadableFile.Open(String path) |
static ReadableFileResult |
ReadableFile.Open(String path,
MemoryPool pool)
\brief Open a local file for reading
|
ReadableFileResult |
ReadableFileResult.position(long position) |
ReadableFileResult |
ReadableFileResult.put(ReadableFileResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReadableFileResult.Equals(ReadableFileResult other)
Compare to another Result.
|
ReadableFileResult |
ReadableFileResult.put(ReadableFileResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ReadableFileResult(ReadableFileResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.