<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>odz</author_name>
  <author_url>https://blog.hatena.ne.jp/odz/</author_url>
  <blog_title>odz buffer</blog_title>
  <blog_url>https://odz.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>エンコーディングを指定して Writer、Reader を生成する場合、 Writer writer = null; try { writer = new OutputStreamWriter(new FileOutputStream(file), encoding); doSomething(writer); } finally { IOUtils.closeQuietly(writer); }ではまずくて、 OutputStream out = null; Writer writer = null; try { out = new FileOutputStream(file); write…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fodz.hatenablog.com%2Fentry%2F20061016%2F1160974869&quot; title=&quot;java.io.PrintWriter のコンストラクタがやばい - odz buffer&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-10-16 14:01:09</published>
  <title>java.io.PrintWriter のコンストラクタがやばい</title>
  <type>rich</type>
  <url>https://odz.hatenablog.com/entry/20061016/1160974869</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
