| Interface | Description |
|---|---|
| FileInfoExtractor<T> |
| Class | Description |
|---|---|
| CloseableEmptyInputStream |
A
/dev/null stream that can be closed - in which case it will throw IOExceptions if invoked after
being closed |
| DirectoryScanner |
Class for scanning a directory for files/directories which match certain criteria.
|
| EmptyInputStream |
A
/dev/null implementation - always open |
| InputStreamWithChannel | |
| IoUtils |
TODO Add javadoc
|
| LimitInputStream |
Reads from another
InputStream up to specified max. |
| LoggingFilterOutputStream |
Dumps everything that is written to the stream to the logger
|
| ModifiableFileWatcher |
Watches over changes for a file and re-loads them if file has changed - including if file is deleted or (re-)created
|
| NoCloseInputStream |
TODO Add javadoc
|
| NoCloseOutputStream |
TODO Add javadoc
|
| NoCloseReader | |
| NoCloseWriter | |
| NullInputStream |
A
/dev/null input stream |
| NullOutputStream |
A {code /dev/null} output stream
|
| OutputStreamWithChannel | |
| SecureByteArrayOutputStream |
A
ByteArrayOutputStream that clears its internal buffer after resizing and when it is closed. |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.