{"url":"https://ryuichi1208.hateblo.jp/entry/2017/09/13/000000","published":"2017-09-13 00:00:00","provider_name":"Hatena Blog","author_url":"https://blog.hatena.ne.jp/ryuichi1208/","image_url":null,"blog_title":"\u5730\u65b9\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u5b66\u7fd2\u65e5\u8a18","width":"100%","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryuichi1208.hateblo.jp%2Fentry%2F2017%2F09%2F13%2F000000\" title=\"Dart\u3067\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u3059\u308b - \u5730\u65b9\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u5b66\u7fd2\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_name":"ryuichi1208","title":"Dart\u3067\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u3059\u308b","blog_url":"https://ryuichi1208.hateblo.jp/","type":"rich","categories":[],"provider_url":"https://hatena.blog","version":"1.0","height":"190","description":"dart\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u3080\u5165\u9580\u3068\u3057\u3066\u306fstream\u304c\u4e00\u756a\u901f\u305d\u3046 import 'dart:io'; import 'dart:convert'; void main() { new File(\"something.text\").openRead() .transform(UTF8.decoder) .transform(const LineSplitter()) .forEach((line) { print(\"> $line\"); }); } readAsStringSync\u3068\u304b\u3044\u308d\u3044\u308d\u3068\u4fbf\u5229\u305d\u3046\u306a\u30e1\u30bd\u30c3\u30c9\u3082\u3042\u308b\u306e\u3067\u305d\u3053\u3089\u3078\u3093\u3082\u8abf\u3079\u3066\u3044\u3051\u305f\u3089\u3044\u3044\u306a\u3063\u3066\u5e0c\u671b\u8a18\u4e8b \u30e1\u30e2\uff1a readAsXXXXX\u7cfb\u2026"}