ma.chinespirit.tailf
package ma.chinespirit.tailf
Members list
Type members
Classlikes
class FollowingInputStream(val file: File, val waitNewInput: () => Unit) extends InputStream
InputStream that handles growing file case
InputStream that handles growing file case
The InputStream will not raise EOF when it comes to the file end. Contrary, it will wait and continue reading.
It will not handle the case when the file has been rotated. In this case, it behaves just if it found EOF.
Attributes
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
In this article