|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidRecordIDException | |
---|---|
javax.microedition.rms |
Uses of InvalidRecordIDException in javax.microedition.rms |
---|
Methods in javax.microedition.rms that throw InvalidRecordIDException | |
---|---|
void |
RecordStore.deleteRecord(int recordId)
|
byte[] |
RecordStore.getRecord(int recordId)
|
int |
RecordStore.getRecord(int recordId,
byte[] buffer,
int offset)
|
int |
RecordStore.getRecordSize(int recordId)
|
byte[] |
RecordEnumeration.nextRecord()
|
int |
RecordEnumeration.nextRecordId()
|
byte[] |
RecordEnumeration.previousRecord()
|
int |
RecordEnumeration.previousRecordId()
|
void |
RecordStore.setRecord(int recordId,
byte[] newData,
int offset,
int numBytes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |