com.sun.squawk.flash
Interface INorFlashMemoryHeap
- All Known Implementing Classes: 
- NorFlashMemoryHeap
- public interface INorFlashMemoryHeap 
 
allocateAndWriteBlock
Address allocateAndWriteBlock(byte[] bytes,
                              int offset,
                              int length,
                              INorFlashMemoryHeapScanner scanner)
                              throws RecordStoreException
- 
- Throws:
- RecordStoreException
 
forceEraseAll
void forceEraseAll()
- 
 
getSizeAvailable
int getSizeAvailable()
                     throws RecordStoreException
- 
- Throws:
- RecordStoreException
 
freeBlockAt
void freeBlockAt(Address address)
                 throws RecordStoreException
- 
- Throws:
- RecordStoreException
 
getBlockAt
IMemoryHeapBlock getBlockAt(Address address)
                            throws RecordStoreException
- 
- Throws:
- RecordStoreException
 
getErasedSequenceCurrentValue
long getErasedSequenceCurrentValue()
- 
 
scanBlocks
void scanBlocks(INorFlashMemoryHeapScanner scanner)
                throws RecordStoreException
- 
- Throws:
- RecordStoreException
 
"For updated information see the Java FRC site"