"

2013 FRC Java API

"

Uses of Interface
com.sun.squawk.peripheral.INorFlashSector

Packages that use INorFlashSector
com.sun.squawk.flash   
com.sun.squawk.peripheral   
 

Uses of INorFlashSector in com.sun.squawk.flash
 

Fields in com.sun.squawk.flash declared as INorFlashSector
protected  INorFlashSector NorFlashSectorState.flashSector
           
 

Constructors in com.sun.squawk.flash with parameters of type INorFlashSector
NorFlashSectorState(INorFlashSector flashSector)
           
 

Uses of INorFlashSector in com.sun.squawk.peripheral
 

Classes in com.sun.squawk.peripheral that implement INorFlashSector
 class SimulatedNorFlashSector
          I am a class that allows the RMS store to be used in Java heap as a byte array.
 

Methods in com.sun.squawk.peripheral that return INorFlashSector
 INorFlashSector INorFlashSectorAllocator.getExtraSector(int purpose)
           
 INorFlashSector SimulatedNorFlashSectorAllocator.getExtraSector(int purpose)
           
 INorFlashSector[] INorFlashSectorAllocator.getInitialSectors(int purpose)
           
 INorFlashSector[] SimulatedNorFlashSectorAllocator.getInitialSectors(int purpose)
           
 

Methods in com.sun.squawk.peripheral with parameters of type INorFlashSector
 void INorFlashSectorAllocator.releaseSector(INorFlashSector sector, int purpose)
          Notify the allocator that a previously allocated sector is no longer required
 void SimulatedNorFlashSectorAllocator.releaseSector(INorFlashSector sector, int purpose)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"