WritableIfaceProxy

Proxy object for Arrow.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

flush
bool flush()

It ensures writing all data on memory to storage.

write
bool write(ubyte[] data)