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