<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakani1210</author_name>
  <author_url>https://blog.hatena.ne.jp/nakani1210/</author_url>
  <blog_title>nakanilog</blog_title>
  <blog_url>https://nakani1210.hatenablog.com/</blog_url>
  <categories>
    <anon>執筆中</anon>
    <anon>Java</anon>
  </categories>
  <description>Java SE 7 よりtry～chatchにおけるリソース解放処理を簡素に記述できるようになった。 ＜try-with-resources文を使わない場合＞FileInputStream fs = null; try { fs = new FileInputStream(filePath); （ファイル処理）} catch (IOException e) { e.printStackTrace();} finally { if (fs != null) { try { fs.close(); } catch (IOException e) { e.printStackTrace(); } }…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnakani1210.hatenablog.com%2Fentry%2F2018%2F05%2F01%2F173345&quot; title=&quot;try-with-resources文（try～chatchにおけるリソース解放処理の効率的な書き方） - nakanilog&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>2018-05-01 17:33:45</published>
  <title>try-with-resources文（try～chatchにおけるリソース解放処理の効率的な書き方）</title>
  <type>rich</type>
  <url>https://nakani1210.hatenablog.com/entry/2018/05/01/173345</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
