質問

I am running a j2me app in pc using kemulator, after closing app some rms and idx files are generated in rms folder of kemulator, now I want to know that how I can read these files to get some important data of this midlet.

役に立ちましたか?

解決

You can not read those files directly in any text editor like Notepad. The reason is these datas are written in binary format. To read such values you must use it's appropriate class like RecordStore.

In case of opening such file in Notepad it will show you some junk values which is not in 100% proper readability form.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top