FileWriter

Undocumented in source.

Members

Functions

capacity
size_t capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CAPACITY
enum CAPACITY;
Undocumented in source.

Variables

buffer
ubyte[CAPACITY] buffer;
Undocumented in source.
file
File file;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta