|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidRecordIDException | |
---|---|
javax.microedition.rms | Provides classes for a basic file system, where files have record level API. |
Uses of InvalidRecordIDException in javax.microedition.rms |
---|
Methods in javax.microedition.rms that throw InvalidRecordIDException | |
---|---|
void |
RecordStore.deleteRecord(int recordId)
The record is deleted from the record store. |
byte[] |
RecordStore.getRecord(int recordId)
Returns a copy of the data stored in the given record. |
int |
RecordStore.getRecord(int recordId,
byte[] buffer,
int offset)
Returns the data stored in the given record. |
int |
RecordStore.getRecordSize(int recordId)
Returns the size (in bytes) of the MIDlet data available in the given record. |
byte[] |
RecordEnumeration.nextRecord()
|
int |
RecordEnumeration.nextRecordId()
|
byte[] |
RecordEnumeration.previousRecord()
|
int |
RecordEnumeration.previousRecordId()
|
void |
RecordStore.setRecord(int recordId,
byte[] newData,
int offset,
int numBytes)
Sets the data in the given record to that passed in. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |