Example usage for java.io Console interface-usage

List of usage examples for java.io Console interface-usage

Introduction

In this page you can find the example usage for java.io Console interface-usage.

Usage

From source file org.renjin.cli.StandardConsole.java

public class StandardConsole implements Console {

    private final Reader in;
    private final PrintStream out;
    private final PrintStream err;

From source file org.gradle.logging.internal.AnsiConsole.java

public class AnsiConsole implements Console {
    private final Appendable target;
    private final Flushable flushable;
    private LabelImpl statusBar;
    private final TextAreaImpl textArea;
    private final Screen container;