lejos.nxt.remote
Class FileInfo

java.lang.Object
  extended by lejos.nxt.remote.FileInfo

public class FileInfo
extends java.lang.Object

Structure that gives information about a leJOS NXJ file.


Field Summary
 byte fileHandle
          The handle for accessing the file.
 java.lang.String fileName
          The name of the file - up to 20 characters.
 int fileSize
          The size of the file in bytes.
 
Constructor Summary
FileInfo(java.lang.String fileName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

public java.lang.String fileName
The name of the file - up to 20 characters.


fileHandle

public byte fileHandle
The handle for accessing the file.


fileSize

public int fileSize
The size of the file in bytes.

Constructor Detail

FileInfo

public FileInfo(java.lang.String fileName)