IInputTerminal

public interface IInputTerminal

Interface for abstract input terminal.

Methods

MethodDescription
getReader()Gets the reader for the input terminal.
getStream()Gets the underlying stream.

getReader()

public abstract BufferedReader getReader()

Gets the reader for the input terminal.

Returns: java.io.BufferedReader - The BufferedReader class instance.

getStream()

public abstract InputStream getStream()

Gets the underlying stream.

Returns: java.io.InputStream - The stream.