BoxFileSystem

Undocumented in source.

Constructors

this
this(ReadOnlyFileSystem fs, string filename, string rootDir)
Undocumented in source.
this
this(InputStream istrm, bool deleteStream, string rootDir)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

openDir
Directory openDir(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
openForInput
InputStream openForInput(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
bool stat(string filename, FileStat stat)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

boxStrm
InputStream boxStrm;
Undocumented in source.
deleteStream
bool deleteStream;
Undocumented in source.
filenames
DynamicArray!string filenames;
Undocumented in source.
files
Dict!(BoxEntry, string) files;
Undocumented in source.
rootDir
string rootDir;
Undocumented in source.

Meta