javax.microedition.rms.RecordStore

This is a record store which may be used by an application to store information about it in an implementation defined manner. Opened record stores have an open count, as such for every open operation there must be a close operation. Whenever the record store is modified, the version number will be incremented. Record stores may optionally permit other suites to access and potentially write their records, otherwise only the current suite may modify its own records.