Class ByteArrayStreamJuggler

    • Constructor Detail

      • ByteArrayStreamJuggler

        public ByteArrayStreamJuggler​(File input,
                                      File output)
                               throws IOException
        Constructs a new instance.
        Parameters:
        input - An existing input file
        output - An output file
        Throws:
        IOException - An IOException is thrown if the input does not exist or if the input or output is a directory.