Package | Description |
---|---|
org.unix4j.io |
Contains interfaces and classes used to handle input and output of commands.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedInput
Input device based on a
LinkedList line buffer. |
class |
CompositeInput
An input composed from multiple other inputs returning all lines of the first
input, then all lines of the of the second input etc.
|
class |
FileInput
Input device reading from a
File . |
class |
IteratorInput
Input device based on a
Iterator returning lines. |
class |
NullInput
Input device representing an empty set with no lines.
|
class |
ReaderInput
|
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 © 2024. All rights reserved.