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 应用程序读取的二进制文件。该文件的内容以“浮点”格式保存和写入。
如何将这些数据读入浮点数组?
谢谢...
使用DataInputStream的 readFloat 方法。循环直到你得到一个EOFException。