Class InputNoNulls

  • All Implemented Interfaces:
    Input

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

      • InputNoNulls

        public InputNoNulls​(Input input)
        Ctor.
        Parameters:
        input - The input
    • Method Detail

      • stream

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