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