A constructor that creates an object of the Mode class with the given parameter in the form of STYX_FILE_MODE type. If called without parameters, then the default parameter is STYX_FILE_MODE.OREAD.
File mode.
Typical usage:
Mode mode = new Mode(STYX_FILE_MODE.OWRITE);
See Implementation
A constructor that creates an object of the Mode class with the given parameter in the form of STYX_FILE_MODE type. If called without parameters, then the default parameter is STYX_FILE_MODE.OREAD.