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);
}
Aggregations