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.
私はJava MEアプリケーションを開発しています。ここに利用可能なすべてをリストしたいと思いRecordStoreます。RecordStore存在するすべての名前を取得するにはどうすればよいですか?
Java ME
RecordStore
と呼ばれるメソッドがありlistRecordStores、使用可能なRMSの文字列配列を返します。
listRecordStores
例えば
RecordStore rs = new RecordStore(); rs.listRecordStores() will return the Array of available RMS.