FollowingInputStream
ma.chinespirit.tailf.FollowingInputStream
class FollowingInputStream(val file: File, val waitNewInput: () => Unit) extends InputStream
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
- Graph
-
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
In this article