| Interface | Description |
|---|---|
| FilesIterator.Handler |
Strategy handler for iterator next operation processing.
|
| Class | Description |
|---|---|
| FilesInputStream |
Files archive input stream.
|
| FilesIterator<T> |
Traverse all files in a directory hierarchy, no mater how deep it is.
|
| FilesOutputStream |
Files archive output stream.
|
| ReaderInputStream |
Adapter for characters reader to input bytes stream encoded UTF-8.
|
| StreamHandler<T extends OutputStream> |
Abstract stream handler for remote output streams for both server and client logic.
|
| VariablesWriter |
Character stream writer with variable injection.
|
| WildcardFilter |
Filters files using path pattern with wildcards.
|
| WriterOutputStream |
Convert characters writer to output bytes stream using UTF-8 encoding.
|
| Enum | Description |
|---|---|
| FilesIterator.Strategy |
Strategy for processing files iterator next operation.
|
| VariablesWriter.State |
Internal state machine for variables writer parser.
|
| Exception | Description |
|---|---|
| InvalidFilesArchiveException |
Invalid files archive thrown by
FilesInputStream when given files archive is not well formed or fail to read. |
Copyright © 2018. All rights reserved.