InputStreamReader ob = new InputStreamReader(System.in); //System.in indicates the input from user. InputStreamReader reads the input as stream of inputs //now this ...
BufferedReaderを含む、全シリーズの一覧はこちら: こんにちは、春霞(はるかすみ)です。 前回は BufferedReader の「家系図(階層構造)」についてお話ししました。 今回はその続きです。なぜこのクラスが必要なのか? どういう仕組みで動いているのか?