Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイル入力ストリームに対してファイルが作成されていない場合はどうなりますか? まだ作成されていないファイルを取得したい場合はどうなりますか? nullに等しいでしょうか?
IOException が発生します。あなたの最善の策は、file.exists()最初にテストすることです。呼び出してから読み取りを開始するまでの間にファイルが削除される可能性があるため、file.exists()とにかく例外的なケースを処理する必要があります。
file.exists()