| Package | Description |
|---|---|
| org.unix4j.io |
Contains interfaces and classes used to handle input and output of commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileInput
Input device reading from a
File. |
class |
ResourceInput
Input device reading a resource using
Class.getResourceAsStream(String). |
class |
StdInput
Input device reading from the
standard input stream. |
class |
StreamInput
Input device reading from an
InputStream. |
class |
URLInput
Input device based on a
URL. |
Copyright © 2025. All rights reserved.