FileWriter

Undocumented in source.

Constructors

this
this(string fileName, bool append, bool allowStdOut)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
seekRead
void seekRead(ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
seekWrite
void seekWrite(ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBuf
bool writeBuf(Byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
File file;
Undocumented in source.

Inherited Members

From IWriteStream

writeBuf
bool writeBuf(Byte[] buf)
Undocumented in source.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
writeVarBits
void writeVarBits(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T[] data, bool includeLength)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLine
void writeLine(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

From ISeekableStream

seekRead
void seekRead(ulong pos)
Undocumented in source.
seekWrite
void seekWrite(ulong pos)
Undocumented in source.

Meta