The SystemX class contains the following methods.
arrayCompare compares two arrays.
blockcopy copies an array from the specified source array, beginning at the specified byte offset, to the specified byte offset of the destination array.
compareString compares two strings using the Win32 CompareString with the supplied locale identifier and flags.
exitProcessAfterMainThreadReturns terminates a process when the thread that is executing main() returns.
gc runs the garbage collector.
getDefaultInputManager finds the default system input manager.
getInputManager retrieves the current input method manager.
getKeyboardLanguage retrieves the currently active keyboard language.
getKeyboardLanguageName retrieves the keyboard language name.
getKeyboardLanguages retrieves a list of the keyboard languages currently active in the system.
getNumKeyboardLanguages finds the number of active keyboard languages in the system.
isLocalCharDBCSLeadByte checks if a local code page character is a lead byte for DBCS systems.
JavaStringToLocalString converts a Java character to a character in the local code page.
LocalStringToJavaString converts a string from a local code page to Unicode.
setInputManager sets a new input method manager.
setKeyboardLanguage sets a new active keyboard language.