2010 FRC Java API


com.sun.squawk.flash
Interface INorFlashMemoryHeapScanner


public interface INorFlashMemoryHeapScanner


Method Summary
 void reScanBlock(Address oldAddress, Address newAddress, IMemoryHeapBlock block)
           
 void scanBlock(IMemoryHeapBlock block)
           
 

Method Detail

reScanBlock

void reScanBlock(Address oldAddress,
                 Address newAddress,
                 IMemoryHeapBlock block)
                 throws RecordStoreException
Throws:
RecordStoreException

scanBlock

void scanBlock(IMemoryHeapBlock block)
               throws RecordStoreException
Throws:
RecordStoreException

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.