Uses of Class
xyz.cofe.term.win.CodePage
-
Packages that use CodePage Package Description xyz.cofe.term.win -
-
Uses of CodePage in xyz.cofe.term.win
Methods in xyz.cofe.term.win that return CodePage Modifier and Type Method Description static CodePageCodePage. valueOf(String name)Returns the enum constant of this type with the specified name.static CodePage[]CodePage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.term.win that return types with arguments of type CodePage Modifier and Type Method Description Optional<CodePage>WinConsoleInput. getCodePageOptional()Optional<CodePage>WinConsoleOutput. getCodePageOptional()Optional<CodePage>WinConsole. getInputCodePageOptional()Возвращает текущую кодовую страницуOptional<CodePage>WinConsole. getOutputCodePageOptional()Возвращает кодовую страницу outputMethods in xyz.cofe.term.win with parameters of type CodePage Modifier and Type Method Description voidWinConsoleInput. setCodePage(CodePage codePage)voidWinConsoleOutput. setCodePage(CodePage codePage)voidWinConsole. setInputCodePage(CodePage codePage)Указывает текущую кодовую страницуvoidWinConsole. setOutputCodePage(CodePage codePage)Указывает кодовую страницу output
-