UntarStream

Undocumented in source.
class UntarStream : FileWriter {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From FileWriter

file
File file;
Undocumented in source.
writeBuf
bool writeBuf(Byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
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.
seekRead
void seekRead(ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta