@Namespace(value="arrow::fs") @NoOffset @Properties(inherit=arrow.class) public class FileSystem extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileSystem(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FileSystem(Pointer p)
Pointer(Pointer)
.@StdString public String type_name()
@Const @ByRef public IOContext io_context()
@ByVal public StringResult NormalizePath(@StdString String path)
@ByVal public StringResult NormalizePath(@StdString BytePointer path)
@Cast(value="bool") public boolean Equals(@Const @ByRef FileSystem other)
@ByVal public FileInfoResult GetFileInfo(@StdString String path)
@ByVal public FileInfoResult GetFileInfo(@StdString BytePointer path)
@ByVal public FileInfoVectorResult GetFileInfo(@Const @ByRef StringVector paths)
@ByVal public FileInfoVectorResult GetFileInfo(@Const @ByRef FileSelector select)
FileSelector::allow_not_found
.@ByVal public FileInfoVectorFuture GetFileInfoAsync(@Const @ByRef StringVector paths)
@ByVal @Cast(value="arrow::fs::FileInfoGenerator*") public Pointer GetFileInfoGenerator(@Const @ByRef FileSelector select)
@ByVal public Status CreateDir(@StdString String path, @Cast(value="bool") boolean recursive)
@ByVal public Status CreateDir(@StdString String path)
@ByVal public Status CreateDir(@StdString BytePointer path, @Cast(value="bool") boolean recursive)
@ByVal public Status CreateDir(@StdString BytePointer path)
@ByVal public Status DeleteDir(@StdString String path)
@ByVal public Status DeleteDir(@StdString BytePointer path)
@ByVal public Status DeleteDirContents(@StdString String path)
@ByVal public Status DeleteDirContents(@StdString BytePointer path)
@ByVal public Status DeleteRootDirContents()
@ByVal public Status DeleteFile(@StdString String path)
@ByVal public Status DeleteFile(@StdString BytePointer path)
@ByVal public Status DeleteFiles(@Const @ByRef StringVector paths)
@ByVal public Status Move(@StdString String src, @StdString String dest)
@ByVal public Status Move(@StdString BytePointer src, @StdString BytePointer dest)
@ByVal public Status CopyFile(@StdString String src, @StdString String dest)
@ByVal public Status CopyFile(@StdString BytePointer src, @StdString BytePointer dest)
@ByVal public InputStreamResult OpenInputStream(@StdString String path)
@ByVal public InputStreamResult OpenInputStream(@StdString BytePointer path)
@ByVal public InputStreamResult OpenInputStream(@Const @ByRef FileInfo info)
@ByVal public RandomAccessFileResult OpenInputFile(@StdString String path)
@ByVal public RandomAccessFileResult OpenInputFile(@StdString BytePointer path)
@ByVal public RandomAccessFileResult OpenInputFile(@Const @ByRef FileInfo info)
@ByVal public InputStreamFuture OpenInputStreamAsync(@StdString String path)
@ByVal public InputStreamFuture OpenInputStreamAsync(@StdString BytePointer path)
@ByVal public InputStreamFuture OpenInputStreamAsync(@Const @ByRef FileInfo info)
@ByVal public RandomAccessFileFuture OpenInputFileAsync(@StdString String path)
@ByVal public RandomAccessFileFuture OpenInputFileAsync(@StdString BytePointer path)
@ByVal public RandomAccessFileFuture OpenInputFileAsync(@Const @ByRef FileInfo info)
@ByVal public OutputStreamResult OpenOutputStream(@StdString String path, @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata metadata)
@ByVal public OutputStreamResult OpenOutputStream(@StdString BytePointer path, @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata metadata)
@ByVal public OutputStreamResult OpenOutputStream(@StdString String path)
@ByVal public OutputStreamResult OpenOutputStream(@StdString BytePointer path)
@Deprecated @ByVal public OutputStreamResult OpenAppendStream(@StdString String path, @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata metadata)
@Deprecated @ByVal public OutputStreamResult OpenAppendStream(@StdString BytePointer path, @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata metadata)
@ByVal public OutputStreamResult OpenAppendStream(@StdString String path)
@ByVal public OutputStreamResult OpenAppendStream(@StdString BytePointer path)
Copyright © 2022. All rights reserved.