Class OutputNoNulls

  • All Implemented Interfaces:
    Output

    public final class OutputNoNulls
    extends Object
    implements Output
    Output check for no nulls.
    Since:
    0.10
    • Constructor Detail

      • OutputNoNulls

        public OutputNoNulls​(Output output)
        Ctor.
        Parameters:
        output - The output
    • Method Detail

      • stream

        public OutputStream stream()
                            throws Exception
        Description copied from interface: Output
        Get write access to it.
        Specified by:
        stream in interface Output
        Returns:
        OutputStream to write to
        Throws:
        Exception - If something goes wrong