WritableIfaceProxy

Proxy object for arrow.writable.Writable interface when a GObject has no applicable D binding

class WritableIfaceProxy : IfaceProxy , Writable {}

Mixed In Members

From mixin WritableT!()

flush
bool flush()

It ensures writing all data on memory to storage.

write
bool write(ubyte[] data)

Inherited Members

From Writable

getGType
GType getGType()
flush
bool flush()

It ensures writing all data on memory to storage.

write
bool write(ubyte[] data)