Mode.this

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.

Parameters

mode STYX_FILE_MODE

File mode.

Typical usage:

Mode mode = new Mode(STYX_FILE_MODE.OWRITE);

Meta