"

2013 FRC Java API

"

Uses of Class
javax.microedition.rms.RecordStoreFullException

Packages that use RecordStoreFullException
com.sun.squawk.rms   
javax.microedition.rms The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. 
 

Uses of RecordStoreFullException in com.sun.squawk.rms
 

Methods in com.sun.squawk.rms that throw RecordStoreFullException
 int IRecordStoreEntry.addRecord(byte[] data, int offset, int numBytes)
           
 int RecordStoreEntry.addRecord(byte[] bytes, int offset, int length)
           
 void IRecordStoreEntry.setRecord(int recordId, byte[] data, int offset, int numBytes)
           
 void RecordStoreEntry.setRecord(int recordId, byte[] bytes, int offset, int length)
           
 

Uses of RecordStoreFullException in javax.microedition.rms
 

Methods in javax.microedition.rms that throw RecordStoreFullException
 int RecordStore.addRecord(byte[] data, int offset, int numBytes)
          Adds a new record to the record store.
static RecordStore RecordStore.openRecordStore(String recordStoreName, boolean createIfNecessary)
          Open (and possibly create) a record store associated with the given MIDlet suite.
 void RecordStore.setRecord(int recordId, byte[] newData, int offset, int numBytes)
          Sets the data in the given record to that passed in.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"