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