Enum Class SystemStream

java.lang.Object
java.lang.Enum<SystemStream>
org.jline.terminal.spi.SystemStream
All Implemented Interfaces:
Serializable, Comparable<SystemStream>, Constable

public enum SystemStream extends Enum<SystemStream>
Represents the standard system streams available in a terminal environment.

This enum defines the three standard streams that are typically available in a terminal environment: standard input, standard output, and standard error. These streams are used for communication between the terminal and the processes running within it.

Terminal implementations and PTY objects may be associated with one of these system streams to indicate their role in the terminal environment.

See Also: