[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/IO.html#preview-java.io.IO [Back]  [Original]

IO (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Method Summary
  3. Method Details
    1. println(Object)
    2. println()
    3. print(Object)
    4. readln(String)
    5. readln()

Class IO

java.lang.Object
java.io.IO

public final class IO extends Object
IO is a preview API of the Java platform.
Programs can only use IO when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A collection of static convenience methods that provide access to system console for implicitly declared classes.

Each of this class' methods throws IOError if the system console is null; otherwise, the effect is as if a similarly-named method had been called on that console.

Input and output from methods in this class use the character set of the system console as specified by Console.charset().

Since:
23


Web Proxy Viewer  |  New URL  |  Original Page