Search in sources :

Example 1 with ListFileInput

use of org.embulk.spi.util.ListFileInput in project embulk by embulk.

the class TestFileInputInputStream method newInputStream.

private void newInputStream() {
    fileInput = new ListFileInput(fileOutput.getFiles());
    in = new FileInputInputStream(fileInput);
}
Also used : FileInputInputStream(org.embulk.spi.util.FileInputInputStream) ListFileInput(org.embulk.spi.util.ListFileInput)

Aggregations

FileInputInputStream (org.embulk.spi.util.FileInputInputStream)1 ListFileInput (org.embulk.spi.util.ListFileInput)1