Package lejos.remote.nxt
Class FileInfo
- java.lang.Object
-
- lejos.remote.nxt.FileInfo
-
public class FileInfo extends java.lang.ObjectStructure that gives information about a leJOS NXJ file.
-
-
Field Summary
Fields Modifier and Type Field Description bytefileHandleThe handle for accessing the file.java.lang.StringfileNameThe name of the file - up to 20 characters.intfileSizeThe size of the file in bytes.
-
Constructor Summary
Constructors Constructor Description FileInfo(java.lang.String fileName)
-