Uses of Class
lejos.nxt.remote.FileInfo

Packages that use FileInfo
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of FileInfo in lejos.nxt.remote
 

Methods in lejos.nxt.remote that return FileInfo
 FileInfo NXTCommand.findFirst(String wildCard)
          Find the first file on the NXT.
 FileInfo NXTCommand.findFirstNXJ(String wildCard)
          Find the first file on the NXT.
 FileInfo NXTCommand.findNext(byte handle)
          Find the next file on the NXT
 FileInfo NXTCommand.findNextNXJ(byte handle)
          Find the next file on the NXT.
 FileInfo NXTCommand.openRead(String fileName)
          Opens a file on the NXT for reading.