| Package | Description |
|---|---|
| org.unix4j.processor |
Defines
LineProcessor and
InputProcessor, two interfaces
used for line-by-line input processing, and provides some basic
implementations for both interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputProcessor
The
DefaultInputProcessor simply writes every line passed to
DefaultInputProcessor.processLine(Input, Line, LineProcessor) to the output. |
| Constructor and Description |
|---|
InputLineProcessor(Input input,
InputProcessor processor,
LineProcessor output) |
MultipleInputLineProcessor(List<? extends Input> inputs,
InputProcessor processor,
LineProcessor output)
Constructor with input objects (usually file operands of the command) and
the input processor of the command that reads from the standard input.
|
Copyright © 2016. All Rights Reserved.