tt.binary

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.

Structs

AppendWriter
struct AppendWriter
Undocumented in source.
BinaryReader
struct BinaryReader(Reader)
Undocumented in source.
MemoryReader
struct MemoryReader(bool UseDup = false)
Undocumented in source.

Meta