<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
    <anon>java</anon>
  </categories>
  <description>Javaのファイル読み込み・書き込みが終わったので次はCSVファイルの読み込み。 前勉強したときは、StringTokenizerを使ったような覚えがあるのだが、今回は、String#splitを使って処理することにする。 import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.StringTokenizer; class csvReaderWriter { public static void main…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F20100502%2F1272768821&quot; title=&quot;CSVファイルの読み込み - ソフトウェアエンジニアの雑記&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>2010-05-02 11:53:41</published>
  <title>CSVファイルの読み込み</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/20100502/1272768821</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
