Class UncheckedInput

  • All Implemented Interfaces:
    Input

    public final class UncheckedInput
    extends Object
    implements Input
    Input that doesn't throw checked Exception.

    There is no thread-safety guarantee.

    Since:
    0.9
    • Constructor Detail

      • UncheckedInput

        public UncheckedInput​(Input ipt)
        Ctor.
        Parameters:
        ipt - Input
    • 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