@Name(value="arrow::io::FileSystem") @Properties(inherit=arrow.class) public class IOFileSystem extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IOFileSystem(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
DeleteDirectory(BytePointer path) |
Status |
DeleteDirectory(String path) |
Status |
GetChildren(BytePointer path,
StringVector listing) |
Status |
GetChildren(String path,
StringVector listing) |
Status |
MakeDirectory(BytePointer path) |
Status |
MakeDirectory(String path) |
Status |
Rename(BytePointer src,
BytePointer dst) |
Status |
Rename(String src,
String dst) |
Status |
Stat(BytePointer path,
FileStatistics stat) |
Status |
Stat(String path,
FileStatistics stat) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IOFileSystem(Pointer p)
Pointer(Pointer).@ByVal public Status MakeDirectory(@StdString String path)
@ByVal public Status MakeDirectory(@StdString BytePointer path)
@ByVal public Status DeleteDirectory(@StdString String path)
@ByVal public Status DeleteDirectory(@StdString BytePointer path)
@ByVal public Status GetChildren(@StdString String path, StringVector listing)
@ByVal public Status GetChildren(@StdString BytePointer path, StringVector listing)
@ByVal public Status Rename(@StdString String src, @StdString String dst)
@ByVal public Status Rename(@StdString BytePointer src, @StdString BytePointer dst)
@ByVal public Status Stat(@StdString String path, FileStatistics stat)
@ByVal public Status Stat(@StdString BytePointer path, FileStatistics stat)
Copyright © 2021. All rights reserved.