| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
FileSystemResult |
FileSystemResult.getPointer(long i) |
static FileSystemResult |
MockFileSystem.Make(Pointer current_time,
FileInfoVector infos) |
FileSystemResult |
FileSystemResult.position(long position) |
FileSystemResult |
FileSystemResult.put(FileSystemResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileSystemResult.Equals(FileSystemResult other)
Compare to another Result.
|
FileSystemResult |
FileSystemResult.put(FileSystemResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
FileSystemResult(FileSystemResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystemResult |
arrow.FileSystemFromUriOrPath(BytePointer uri) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(BytePointer uri,
BytePointer out_path) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(BytePointer uri,
IOContext io_context) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(BytePointer uri,
IOContext io_context,
BytePointer out_path) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(String uri) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(String uri,
BytePointer out_path)
\brief Create a new FileSystem by URI
Same as FileSystemFromUri, but in addition also recognize non-URIs
and treat them as local filesystem paths.
|
static FileSystemResult |
arrow.FileSystemFromUriOrPath(String uri,
IOContext io_context) |
static FileSystemResult |
arrow.FileSystemFromUriOrPath(String uri,
IOContext io_context,
BytePointer out_path)
\brief Create a new FileSystem by URI with a custom IO context
Same as FileSystemFromUri, but in addition also recognize non-URIs
and treat them as local filesystem paths.
|
Copyright © 2021. All rights reserved.