FormattedBinaryWriter

Undocumented in source.

Constructors

this
this(void delegate(const(char)[]) sink, ubyte[] columnBuffer, ubyte offsetTextWidth, bool hex, bool text)
Undocumented in source.

Members

Functions

finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ubyte[] data)
Undocumented in source.
writeAscii
void writeAscii(byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRow
void writeRow(T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cachedData
size_t cachedData;
Undocumented in source.
columnBuffer
ubyte[] columnBuffer;
Undocumented in source.
offset
uint offset;
Undocumented in source.
offsetFormat
string offsetFormat;
Undocumented in source.
sink
void delegate(const(char)[]) sink;
Undocumented in source.

Meta