Class Stdin

  • All Implemented Interfaces:
    Input

    public final class Stdin
    extends Object
    implements Input
    Input that reads from stdin.

    There is no thread-safety guarantee.

    Since:
    0.6
    • Constructor Detail

      • Stdin

        public Stdin()
    • Method Detail

      • stream

        public InputStream stream()
        Description copied from interface: Input
        Get read access to it.
        Specified by:
        stream in interface Input
        Returns:
        InputStream to read from