@Namespace(value="arrow::fs") @NoOffset @Properties(inherit=arrow.class) public class LocalFileSystem extends FileSystem
/-separated paths. If desired, conversion
from Windows backslash-separated paths should be done by the caller.
Details such as symlinks are abstracted away (symlinks are always
followed, except when deleting an entry).Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
LocalFileSystem() |
LocalFileSystem(LocalFileSystemOptions arg0) |
LocalFileSystem(long size)
Native array allocator.
|
LocalFileSystem(Pointer p)
Pointer cast constructor.
|
DeleteFiles, GetTargetStatsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LocalFileSystem(Pointer p)
Pointer.Pointer(Pointer).public LocalFileSystem(long size)
Pointer.position(long).public LocalFileSystem()
public LocalFileSystem(@Const @ByRef LocalFileSystemOptions arg0)
public LocalFileSystem position(long position)
@StdString public String type_name()
type_name in class FileSystem@ByVal public FileStatsResult GetTargetStats(@StdString String path)
GetTargetStats in class FileSystem@ByVal public FileStatsResult GetTargetStats(@StdString BytePointer path)
GetTargetStats in class FileSystem@ByVal public FileStatsVectorResult GetTargetStats(@Const @ByRef FileSelector select)
FileSystemFileSelector::allow_non_existent.GetTargetStats in class FileSystem@ByVal public Status CreateDir(@StdString String path, @Cast(value="bool") boolean recursive)
FileSystemCreateDir in class FileSystem@ByVal public Status CreateDir(@StdString String path)
CreateDir in class FileSystem@ByVal public Status CreateDir(@StdString BytePointer path, @Cast(value="bool") boolean recursive)
CreateDir in class FileSystem@ByVal public Status CreateDir(@StdString BytePointer path)
CreateDir in class FileSystem@ByVal public Status DeleteDir(@StdString String path)
FileSystemDeleteDir in class FileSystem@ByVal public Status DeleteDir(@StdString BytePointer path)
DeleteDir in class FileSystem@ByVal public Status DeleteDirContents(@StdString String path)
FileSystemDeleteDirContents in class FileSystem@ByVal public Status DeleteDirContents(@StdString BytePointer path)
DeleteDirContents in class FileSystem@ByVal public Status DeleteFile(@StdString String path)
FileSystemDeleteFile in class FileSystem@ByVal public Status DeleteFile(@StdString BytePointer path)
DeleteFile in class FileSystem@ByVal public Status Move(@StdString String src, @StdString String dest)
FileSystemMove in class FileSystem@ByVal public Status Move(@StdString BytePointer src, @StdString BytePointer dest)
Move in class FileSystem@ByVal public Status CopyFile(@StdString String src, @StdString String dest)
FileSystemCopyFile in class FileSystem@ByVal public Status CopyFile(@StdString BytePointer src, @StdString BytePointer dest)
CopyFile in class FileSystem@ByVal public InputStreamResult OpenInputStream(@StdString String path)
FileSystemOpenInputStream in class FileSystem@ByVal public InputStreamResult OpenInputStream(@StdString BytePointer path)
OpenInputStream in class FileSystem@ByVal public RandomAccessFileResult OpenInputFile(@StdString String path)
FileSystemOpenInputFile in class FileSystem@ByVal public RandomAccessFileResult OpenInputFile(@StdString BytePointer path)
OpenInputFile in class FileSystem@ByVal public OutputStreamResult OpenOutputStream(@StdString String path)
FileSystemOpenOutputStream in class FileSystem@ByVal public OutputStreamResult OpenOutputStream(@StdString BytePointer path)
OpenOutputStream in class FileSystem@ByVal public OutputStreamResult OpenAppendStream(@StdString String path)
FileSystemOpenAppendStream in class FileSystem@ByVal public OutputStreamResult OpenAppendStream(@StdString BytePointer path)
OpenAppendStream in class FileSystemCopyright © 2020. All rights reserved.