A constructor that creates an object of the Stat class with the given parameters. If called without parameters, then the default parameter for type, dev, atime, mtime, length is zero; default value for Perm and Qid parameter is standard initialized values for their (see Perm and Qid classes); the default parameter for name, uid, gid and muid is empty string.
An alias for easier packing into a byte array without having to manually call the pack() method
Get access time from Stat object
Get device from Stat object
Get user group name from Stat object
Get size from Stat object
Get mode from Stat object
Get modification time from Stat object
Get modificator's name from Stat object
Get name from Stat object
Get Qid from Stat object
Get type from Stat object
Get user name from Stat object
Pack to bytes array
Set access time from unsigned value
Set device from unsigned value
Set user group name from string
Set size (in bytes) from unsigned value
Set mode from Perm type
Set modification time from unsigned value
Set modificator's name from string
Set name from string
Set Qid from Qid type
Set type from unsigned value
Set user name from string
Convenient string representation of an object for printing
Unpack from bytes array
Pack (serialize) Styx object to byte array
Unpack (deserialize) Styx object from byte array
https://web.archive.org/web/20201029184954/https://powerman.name/Inferno/man/5/0intro.html
A class that provides a type for the stat field in some Styx messages. Inherits methods from the StyxObject class.