| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FileInfoResult |
LocalFileSystem.GetFileInfo(BytePointer path) |
FileInfoResult |
MockFileSystem.GetFileInfo(BytePointer path) |
FileInfoResult |
SubTreeFileSystem.GetFileInfo(BytePointer path) |
FileInfoResult |
SlowFileSystem.GetFileInfo(BytePointer path) |
FileInfoResult |
FileSystem.GetFileInfo(BytePointer path) |
FileInfoResult |
LocalFileSystem.GetFileInfo(String path)
\endcond
|
FileInfoResult |
MockFileSystem.GetFileInfo(String path) |
FileInfoResult |
SubTreeFileSystem.GetFileInfo(String path)
\endcond
|
FileInfoResult |
SlowFileSystem.GetFileInfo(String path) |
FileInfoResult |
FileSystem.GetFileInfo(String path)
Get info for the given target.
|
FileInfoResult |
FileInfoResult.getPointer(long i) |
FileInfoResult |
FileInfoResult.position(long position) |
FileInfoResult |
FileInfoResult.put(FileInfoResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileInfoResult.Equals(FileInfoResult other)
Compare to another Result.
|
FileInfoResult |
FileInfoResult.put(FileInfoResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
FileInfoResult(FileInfoResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.