Class UncheckedOutput

  • All Implemented Interfaces:
    Output

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

    There is no thread-safety guarantee.

    Since:
    0.9
    • Constructor Detail

      • UncheckedOutput

        public UncheckedOutput​(Output opt)
        Ctor.
        Parameters:
        opt - Output
    • Method Detail

      • stream

        public OutputStream stream()
        Description copied from interface: Output
        Get write access to it.
        Specified by:
        stream in interface Output
        Returns:
        OutputStream to write to