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.
各行を順番に調べたり、行カウンターなどを維持したりせずに、テキストファイルの特定の行を読みたいです。
基本的に、テキストファイルの任意の行にランダムアクセスを提供するコアライブラリのクラスがあるかどうかを知りたいです。
要件を実装する標準機能はありません。しかし、あなたは見たいと思うかもしれません:
http://docs.oracle.com/javase/tutorial/essential/io/rafs.html
...代替アプローチの場合。