something like tail -f
Note: ut8.decoder.bind
is a method of ut8.decoder
that takes a
Stream<List<int>>
and converts it into a Stream<String>
. I find it
noteworthy that a single event of this stream is the retrieval of a List
To get the long ass Stream<List<int>>
, we use the File
class's openRead
method. File('/tmp/access.log').openRead()
.
Once bind converts the Stream<List<int>>
into Stream<String>
we the listen
method on the stream