Uses of Class
java.io.File

Packages that use File
java.io Input/Output support 
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of File in java.io
 

Methods in java.io that return File
static File[] File.listFiles()
          Returns a list of files in the flash file system.
 

Constructors in java.io with parameters of type File
FileInputStream(File f)
           
FileOutputStream(File f)
          create a new OutputStream to write to this file, starting at the beginning of the file.
FileOutputStream(File f, boolean append)
          create a new OutputStream to write to this file
 

Uses of File in lejos.nxt
 

Methods in lejos.nxt with parameters of type File
static int Sound.playSample(File file)
          Play a wav file
static int Sound.playSample(File file, int vol)
          Play a wav file
 

Uses of File in lejos.nxt.remote
 

Methods in lejos.nxt.remote with parameters of type File
 byte RemoteNXT.download(String fileName, File destination)
          Download a file from the NXT and save it to a file.
 String NXTCommand.uploadFile(File file, String nxtFileName)
          Upload a file to the NXT