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