SunSPOT API V3.0


Uses of Class
com.sun.spot.flashmanagement.FlashFile

Packages that use FlashFile
com.sun.spot.flashmanagement Low level access to chunks of flash memory. 
 

Uses of FlashFile in com.sun.spot.flashmanagement
 

Methods in com.sun.spot.flashmanagement with parameters of type FlashFile
 boolean FlashFile.renameTo(FlashFile dest)
          Rename the file with this name so that it has a different name
 

Constructors in com.sun.spot.flashmanagement with parameters of type FlashFile
FlashFileInputStream(FlashFile file)
          Construct an input stream over the data previously written to a FlashFile
FlashFileOutputStream(FlashFile file)
          Construct an output stream over the space allocated to a previously created FlashFile
FlashFileOutputStream(FlashFile file, int bufferSize)
          Construct an output stream over the space allocated to a previously created FlashFile, specifying a non-standard buffer size.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.