| Package | Description |
|---|---|
| org.unix4j.io |
Contains interfaces and classes used to handle input and output of commands.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<FileInput> |
FileInput.multiple(java.io.File... files)
Creates a new
FileInput object for each of the specified files
and resturns a list with all input objects. |
static java.util.List<FileInput> |
FileInput.multiple(java.util.List<java.io.File> files)
Creates a new
FileInput object for each of the specified files
and resturns a list with all input objects. |
Copyright © 2021. All Rights Reserved.