| Class | Description |
|---|---|
| DeleteOnCloseInputStream |
Small wrapper InputStream which removes the underlying file as soon
as the InputStream is closed.
|
| TailInputStream |
InputStream which returns the last n bytes from a stream, ensuring that
only full lines are returned.
|