Documentation
Dlang.org
Writable
arrow
writable
interface
Writable {
bool
flush
();
bool
write
(ubyte[] data);
}
Members
Functions
flush
bool
flush
()
It ensures writing all data on memory to storage.
write
bool
write
(ubyte[] data)
arrow
writable
interfaces
Writable