@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()
\brief Close the stream cleanly
For writable streams, this will attempt to flush any pending data
before releasing the underlying resource.
|
boolean |
closed()
\brief Return whether the stream is closed
|
LongResult |
GetSize()
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()
\brief Return the position in this stream
|
asSeekable, asSeekable, GetSize, GetSize, GetSize, GetStream, ReadAt, ReadAt, ReadAt, ReadAt, ReadAtAdvance, asReadable, asReadable, Peek, supports_zero_copyaddress, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ParquetInputWrapper(Pointer p)
Pointer.Pointer(Pointer).public ParquetInputWrapper(@UniquePtr RandomAccessSource source)
@ByVal public Status Close()
FileInterfaceClose in class FileInterface@ByVal public LongResult Tell()
FileInterfaceTell in class FileInterface@Cast(value="bool") public boolean closed()
FileInterfaceclosed in class FileInterface@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 © 2020. All rights reserved.