Class Joined

  • All Implemented Interfaces:
    Input

    public final class Joined
    extends Object
    implements Input
    Concatenation of several inputs.
    Since:
    0.36
    • Constructor Detail

      • Joined

        public Joined​(Iterable<Input> ipts)
        Ctor.
        Parameters:
        ipts - Iterable of inputs
      • Joined

        public Joined​(Input first,
                      Input... rest)
        Ctor.
        Parameters:
        first - First input
        rest - The other inputs
    • 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