Package | Description |
---|---|
org.unix4j.io |
Contains interfaces and classes used to handle input and output of commands.
|
Modifier and Type | Class and Description |
---|---|
class |
FileOutput
Output device writing to a
File . |
class |
StdOutput
Output device writing to the
standard output stream. |
class |
StreamOutput
Output device writing to an
OutputStream . |
class |
StringOutput
Output device writing the output lines to a string.
|
Copyright © 2024. All rights reserved.