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 InputStream
trait Closeable
class Object
trait Matchable
class Any
Show all
object Tail

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Tail.type