Uses of Class
java.io.IOError
Packages that useIOError
Package
Description
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.
Uses ofIOError injdk.jshell
Methods injdk.jshell that throwIOErrorModifier and TypeMethodDescriptionJShellConsole.readLine()Preview.Reads a single line of text from the console.Provides a prompt, then reads a single line of text from the console.char[]JShellConsole.readPassword(String prompt) Provides a prompt, then reads a password or passphrase from the console with echoing disabled.