| Interface | Description |
|---|---|
| Lister |
List urls from different sources.
|
| Class | Description |
|---|---|
| DirectoryLister |
Implementation of lister that list content of a system file directory.
|
| FileUtils |
Utility methods for manipulation of Files.
|
| ListerUtils |
Utility methods related to
Lister. |
| Pipe |
Pipes asynchronously transfer data between process and system streams.
|
| PrintStreamMonitor |
PrintStreamMonitor is a convenience implementation of the StreamMonitor for output to
a PrintStream, such as
System.out. |
| StreamUtils | |
| ZipExploder |
class for exploding jar/zip files onto the file system
|
| ZipLister |
Implementation of lister that list content of a zip file.
|
| Exception | Description |
|---|---|
| HierarchicalIOException |
An
IOException |
This package contains utilities for I/O operations. Some of them are convenience methods used in OPS4J and others are more generic extensions to what is missing in java.io package.
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.