Documentation
Dlang.org
FileOutputStream
arrow
file_output_stream
class
FileOutputStream :
OutputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FileOutputStream
self
();
this
(string path, bool append);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string path, bool append)
Members
Functions
self
FileOutputStream
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
file_output_stream
classes
FileOutputStream