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.
我正在使用 kemulator 在 pc 中运行 j2me 应用程序,关闭应用程序后,在 kemulator 的 rms 文件夹中生成了一些 rms 和 idx 文件,现在我想知道如何读取这些文件以获取此 midlet 的一些重要数据。
您无法在任何文本编辑器(如记事本)中直接读取这些文件。原因是这些数据是以二进制格式写入的。要读取这些值,您必须使用它的适当类,如 RecordStore。
如果在记事本中打开此类文件,它会显示一些垃圾值,这些值不是 100% 正确的可读性形式。
Hopefully simple java question I've just forgotten or never understood. I've been playing with Loaders in Android 4.0. The program is working as was but now I'm looking to the 'next' part. I want a