"

2013 FRC Java API

"

Uses of Interface
com.sun.squawk.flash.INorFlashMemoryHeapScanner

Packages that use INorFlashMemoryHeapScanner
com.sun.squawk.flash   
com.sun.squawk.rms   
 

Uses of INorFlashMemoryHeapScanner in com.sun.squawk.flash
 

Methods in com.sun.squawk.flash with parameters of type INorFlashMemoryHeapScanner
 Address INorFlashMemoryHeap.allocateAndWriteBlock(byte[] bytes, int offset, int length, INorFlashMemoryHeapScanner scanner)
           
 Address NorFlashMemoryHeap.allocateAndWriteBlock(byte[] bytes, int offset, int length, INorFlashMemoryHeapScanner scanner)
           
protected  void NorFlashMemoryHeap.makeRoomToWrite(int entrySize, INorFlashMemoryHeapScanner scanner)
           
 void INorFlashMemoryHeap.scanBlocks(INorFlashMemoryHeapScanner scanner)
           
 void NorFlashMemoryHeap.scanBlocks(INorFlashMemoryHeapScanner scanner)
          It is guaranteed that the order that blocks were allocated in, is the order in which they will be iterated.
protected  Address NorFlashMemoryHeap.writeBlock(IMemoryHeapBlock block, INorFlashMemoryHeapScanner scanner, Address oldAddress)
           
 

Uses of INorFlashMemoryHeapScanner in com.sun.squawk.rms
 

Subinterfaces of INorFlashMemoryHeapScanner in com.sun.squawk.rms
 interface IRecordStoreManager
           
 

Classes in com.sun.squawk.rms that implement INorFlashMemoryHeapScanner
 class RecordStoreManager
           
 

Fields in com.sun.squawk.rms declared as INorFlashMemoryHeapScanner
protected  INorFlashMemoryHeapScanner RecordStoreManager.memoryHeapScanner
           
 

Constructors in com.sun.squawk.rms with parameters of type INorFlashMemoryHeapScanner
RecordStoreManager(INorFlashMemoryHeap memoryHeap, INorFlashMemoryHeapScanner memoryHeapScanner, IRmsEntryVisitor scanVisitor, IRmsEntryVisitor reScanVisitor)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"