Documentation
Dlang.org
BufferInputStream
arrow
buffer_input_stream
class
BufferInputStream :
SeekableInputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
BufferInputStream
self
();
this
(arrow.buffer.Buffer buffer);
arrow
.
buffer
.
Buffer
getBuffer
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.buffer.Buffer buffer)
Members
Functions
getBuffer
arrow
.
buffer
.
Buffer
getBuffer
()
self
BufferInputStream
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From SeekableInputStream
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
SeekableInputStream
self
()
Returns
this
, for use in
with
statements.
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)
arrow
buffer_input_stream
classes
BufferInputStream