@Namespace(value="arrow::fs") @NoOffset @Properties(inherit=arrow.class) public class FileSelector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileSelector() |
FileSelector(long size)
Native array allocator.
|
FileSelector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allow_not_found()
The behavior if
base_dir isn't found in the filesystem. |
FileSelector |
allow_not_found(boolean setter) |
String |
base_dir()
The directory in which to select files.
|
FileSelector |
base_dir(String setter) |
FileSelector |
getPointer(long i) |
int |
max_recursion()
The maximum number of subdirectories to recurse into.
|
FileSelector |
max_recursion(int setter) |
FileSelector |
position(long position) |
boolean |
recursive()
Whether to recurse into subdirectories.
|
FileSelector |
recursive(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FileSelector(Pointer p)
Pointer(Pointer).public FileSelector(long size)
Pointer.position(long).public FileSelector()
public FileSelector position(long position)
public FileSelector getPointer(long i)
getPointer in class Pointer@StdString public String base_dir()
public FileSelector base_dir(String setter)
@Cast(value="bool") public boolean allow_not_found()
base_dir isn't found in the filesystem. If false,
an error is returned. If true, an empty selection is returned.public FileSelector allow_not_found(boolean setter)
public FileSelector recursive(boolean setter)
public int max_recursion()
public FileSelector max_recursion(int setter)
Copyright © 2021. All rights reserved.