- fread
Document fread(const(char[]) filename, size_t max_size)
Reads a HiBON document from a file
- fread
T fread(const(char[]) filename, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- fread
Document fread(File file, size_t max_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- fread
T fread(File file)
Undocumented in source. Be warned that the author may not have intended to support it.
- fwrite
void fwrite(const(char[]) filename, HiBON hibon)
Serialize the hibon and writes it a file
- fwrite
void fwrite(const(char[]) filename, Document doc)
Serialize the hibon and writes it a file
- fwrite
void fwrite(const(char[]) filename, T rec)
Undocumented in source. Be warned that the author may not have intended to support it.
- fwrite
void fwrite(File file, Document doc)
Undocumented in source. Be warned that the author may not have intended to support it.
- fwrite
void fwrite(File file, T rec)
Undocumented in source. Be warned that the author may not have intended to support it.