javax.microedition.rms
Interface RecordEnumeration
public interface RecordEnumeration
numRecords
int numRecords()
nextRecord
byte[] nextRecord()
throws InvalidRecordIDException,
RecordStoreNotOpenException,
RecordStoreException
- Throws:
InvalidRecordIDException
RecordStoreNotOpenException
RecordStoreException
nextRecordId
int nextRecordId()
throws InvalidRecordIDException
- Throws:
InvalidRecordIDException
previousRecord
byte[] previousRecord()
throws InvalidRecordIDException,
RecordStoreNotOpenException,
RecordStoreException
- Throws:
InvalidRecordIDException
RecordStoreNotOpenException
RecordStoreException
previousRecordId
int previousRecordId()
throws InvalidRecordIDException
- Throws:
InvalidRecordIDException
hasNextElement
boolean hasNextElement()
hasPreviousElement
boolean hasPreviousElement()
reset
void reset()
rebuild
void rebuild()
keepUpdated
void keepUpdated(boolean arg1)
isKeptUpdated
boolean isKeptUpdated()
destroy
void destroy()
Copyright © 2006-2007 Jayway AB. All Rights Reserved.