|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordStoreNotOpenException | |
---|---|
javax.microedition.rms |
Uses of RecordStoreNotOpenException in javax.microedition.rms |
---|
Methods in javax.microedition.rms that throw RecordStoreNotOpenException | |
---|---|
int |
RecordStore.addRecord(byte[] data,
int offset,
int numBytes)
|
void |
RecordStore.closeRecordStore()
|
void |
RecordStore.deleteRecord(int recordId)
|
RecordEnumeration |
RecordStore.enumerateRecords(RecordFilter filter,
RecordComparator comparator,
boolean keepUpdated)
|
long |
RecordStore.getLastModified()
|
String |
RecordStore.getName()
|
int |
RecordStore.getNextRecordID()
|
int |
RecordStore.getNumRecords()
|
byte[] |
RecordStore.getRecord(int recordId)
|
int |
RecordStore.getRecord(int recordId,
byte[] buffer,
int offset)
|
int |
RecordStore.getRecordSize(int recordId)
|
int |
RecordStore.getSize()
|
int |
RecordStore.getSizeAvailable()
|
int |
RecordStore.getVersion()
|
byte[] |
RecordEnumeration.nextRecord()
|
byte[] |
RecordEnumeration.previousRecord()
|
void |
RecordStore.setRecord(int recordId,
byte[] newData,
int offset,
int numBytes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |