SeekableInputStream

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getSize
ulong getSize()
getSupportZeroCopy
bool getSupportZeroCopy()
peek
glib.bytes.Bytes peek(long nBytes)
readAt
arrow.buffer.Buffer readAt(long position, long nBytes)
readAtBytes
glib.bytes.Bytes readAtBytes(long position, long nBytes)
self
SeekableInputStream self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From InputStream

getGType
GType getGType()
gType
GType gType [@property getter]
self
InputStream self()

Returns this, for use in with statements.

advance
bool advance(long nBytes)
align_
bool align_(int alignment)
readRecordBatch
arrow.record_batch.RecordBatch readRecordBatch(arrow.schema.Schema schema, arrow.read_options.ReadOptions options)
readTensor
arrow.tensor.Tensor readTensor()