utils.binary.funcs

Undocumented in source.

Members

Functions

binaryRead
auto binaryRead(void[] data, bool canRest, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryReadFile
auto binaryReadFile(string name, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryWrite
const(void)[] binaryWrite(T data, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryWrite
void binaryWrite(void[] buf, T data, bool canRest, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryWriteFile
void binaryWriteFile(string name, T data, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryWriteLen
auto binaryWriteLen(T data, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta