如何显示设备中所有可用的 RecordStore
我正在开发一个 Java ME
应用程序。在这里我想列出所有可用的 RecordStore
。如何获取所有存在的 RecordStore
的名称?
I am Developing a Java ME
Application. Here I want to list all the RecordStore
available. How can I get the names of all the RecordStore
exists ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为
listRecordStores
的方法,它返回可用 RMS 的字符串数组。例如
There is a method called
listRecordStores
, it returns String Array of the available RMS.For e.g.