|
I don’t have brief knowledge about the RecordStore class in java. RecordStore class basically symbolize a record store and a record store consists of a collection of records. A record store is the only form of constant storage that a CLDC device is required to support. A record store is a set of unformatted data elements, each identified by a exclusive integer.
E.g. RecordStore.java
/*
* @(#)RecordStore.java 1.69 02/10/03 @(#)
*
* Portiona Copyright (c) 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* Copyright 2000 Motorola, Inc. All Rights Reserved.
* This notice does not imply publication.
*/
|