@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ParquetInputWrapper extends RandomAccessFile
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ParquetInputWrapper(Pointer p)
Pointer cast constructor.
|
ParquetInputWrapper(RandomAccessSource source) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Close() |
boolean |
closed() |
LongResult |
GetSize()
\brief Return the total file size in bytes.
|
BufferResult |
Read(long nbytes) |
LongResult |
Read(long nbytes,
Pointer out) |
BufferResult |
ReadAt(long _position,
long nbytes)
\brief Read data from given file position.
|
Status |
Seek(long _position) |
LongResult |
Tell() |
asInputStream, asInputStream, asSeekable, asSeekable, GetStream, ReadAt, WillNeedaddress, 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 ParquetInputWrapper(Pointer p)
Pointer(Pointer).public ParquetInputWrapper(@UniquePtr RandomAccessSource source)
@ByVal public LongResult Tell()
@ByVal public LongResult Read(@Cast(value="int64_t") long nbytes, Pointer out)
@ByVal public BufferResult Read(@Cast(value="int64_t") long nbytes)
@ByVal public BufferResult ReadAt(@Cast(value="int64_t") long _position, @Cast(value="int64_t") long nbytes)
RandomAccessFilenbytes bytes are read, but it can be less if EOF is reached.ReadAt in class RandomAccessFilenbytes - [in] The number of bytes to read@ByVal public LongResult GetSize()
RandomAccessFileGetSize in class RandomAccessFileCopyright © 2021. All rights reserved.