Stream<String> utf8DecodeAndLineSplit() { return cast<List<int>>() .transform(utf8.decoder) .transform(const LineSplitter()); }