@Namespace(value="arrow::io") @Properties(inherit=arrow.class) public class FileStatistics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileStatistics()
Default native constructor.
|
FileStatistics(long size)
Native array allocator.
|
FileStatistics(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType.type |
kind() |
FileStatistics |
kind(ObjectType.type setter) |
FileStatistics |
position(long position) |
long |
size()
Size of file, -1 if finding length is unsupported
|
FileStatistics |
size(long setter) |
address, 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 FileStatistics()
public FileStatistics(long size)
Pointer.position(long).public FileStatistics(Pointer p)
Pointer.Pointer(Pointer).public FileStatistics position(long position)
public FileStatistics size(long setter)
public ObjectType.type kind()
public FileStatistics kind(ObjectType.type setter)
Copyright © 2020. All rights reserved.