DirStat

Undocumented in source.

Constructors

this
this(Dir[] dirs)
Undocumented in source.

Alias This

pack

Members

Functions

getDirs
Dir[] getDirs()
Undocumented in source. Be warned that the author may not have intended to support it.
pack
ubyte[] pack()
Undocumented in source. Be warned that the author may not have intended to support it.
setDirs
void setDirs(Dir[] dirs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
unpack
void unpack(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_dirs
Dir[] _dirs;
Undocumented in source.
_representation
ubyte[] _representation;
Undocumented in source.

Inherited Members

From StyxObject

pack
ubyte[] pack()

Pack (serialize) Styx object to byte array

unpack
void unpack(ubyte[] bytes)

Unpack (deserialize) Styx object from byte array

Meta