Uses of Class
com.iizix.util.XFile
Packages that use XFile Package Description com.iizix.term com.iizix.term.ee com.iizix.util Uses of XFile in com.iizix.term
Methods in com.iizix.term with parameters of type XFile Modifier and Type Method Description static void
KeyboardRemapper. initializeKeyboardRemapper(XFile file)
Initializes the keyboard map from a file.Constructors in com.iizix.term with parameters of type XFile Constructor Description KeyboardRemapper(XFile file)
Initializes the keyboard map from a file.KeyboardRemapperAugmentation(XFile file)
Loads the definition of the augmentation array from the file.Uses of XFile in com.iizix.term.ee
Constructors in com.iizix.term.ee with parameters of type XFile Constructor Description EEField(XFile f, int size)
Loads the EE field from the EE screen file.EELogic(XFile f, int version)
Loads a step of logic from the EEM file.EEScreen(java.lang.String fn, java.lang.String name, XFile f, int version, boolean isSingleScreen)
Loads the EE screen containing the host screen definition and the host fields.Uses of XFile in com.iizix.util
Methods in com.iizix.util with parameters of type XFile Modifier and Type Method Description static byte[]
XFile. loadFile(XFile file)
Loads a file into memory.Constructors in com.iizix.util with parameters of type XFile Constructor Description IniFile(boolean isCaseSensitive, XFile in)
Loads the contents a the opened file (typically from a JAR or ZIP file).IniFile(boolean isCaseSensitive, XFile in, boolean isEditable)
Loads the contents a the opened file (typically from a JAR or ZIP file).IniFile(XFile in)
Loads the contents a the opened file (typically from a JAR or ZIP file).IniFile(XFile in, boolean isEditable)
Loads the contents a the opened file (typically from a JAR or ZIP file).XFile(byte[] data, XFile openFile)
Creates a new instance of a file in memory.XFile(XFile file, int position)
Opens a new instance of a file at a specified file position.XFile(java.lang.String fileName, XFile openFile)
Opens the specified file for read.XOutputFile(java.lang.String fileName, XFile openFile)
Creates the specified file for write.