Documentation
Dlang.org
GIOOutputStream
arrow
giooutput_stream
class
GIOOutputStream :
OutputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
GIOOutputStream
self
();
this
(gio.output_stream.OutputStream gioOutputStream);
gio
.
output_stream
.
OutputStream
getRaw
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(gio.output_stream.OutputStream gioOutputStream)
Members
Functions
getRaw
gio
.
output_stream
.
OutputStream
getRaw
()
self
GIOOutputStream
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From OutputStream
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
OutputStream
self
()
Returns
this
, for use in
with
statements.
align_
bool
align_
(int alignment)
writeRecordBatch
long
writeRecordBatch
(arrow.record_batch.RecordBatch recordBatch, arrow.write_options.WriteOptions options)
writeTensor
long
writeTensor
(arrow.tensor.Tensor tensor)
arrow
giooutput_stream
classes
GIOOutputStream