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.
同じタイプで同じサイズのレコードを含むバイナリ ファイルに対してファイル操作を実行したいと考えています。これらのレコードを読み取り、書き込み、変更したいのですが、レコードにジャンプする必要があり、レコードに対して次、最後、最初、前の操作を実行したいと考えています。
Android では、どの IO がこれらの要件に適していますか?
これはAndroidに固有のものではありません。を使用してjava.io.RandomAccessFileください。
java.io.RandomAccessFile