如何显示设备中所有可用的 RecordStore

发布于 2024-12-22 06:29:33 字数 118 浏览 1 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晌融 2024-12-29 06:29:33

有一个名为 listRecordStores 的方法,它返回可用 RMS 的字符串数组。

例如

RecordStore rs = new RecordStore();

rs.listRecordStores() will return the Array of available RMS.

There is a method called listRecordStores , it returns String Array of the available RMS.

For e.g.

RecordStore rs = new RecordStore();

rs.listRecordStores() will return the Array of available RMS.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文