|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lejos.nxt.remote.FileInfo
public class FileInfo
Structure that gives information about a leJOS NXJ file.
WARNING: THIS CLASS IS SHARED BETWEEN THE classes AND pccomms PROJECTS.
DO NOT EDIT THE VERSION IN pccomms AS IT WILL BE OVERWRITTEN WHEN THE PROJECT IS BUILT.
Field Summary | |
---|---|
byte |
fileHandle
The handle for accessing the file. |
String |
fileName
The name of the file - up to 20 characters. |
int |
fileSize
The size of the file in bytes. |
int |
startPage
The start page of the file in flash memory. |
byte |
status
The status of the file - not used. |
Constructor Summary | |
---|---|
FileInfo(String fileName)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String fileName
public byte fileHandle
public int fileSize
public byte status
public int startPage
Constructor Detail |
---|
public FileInfo(String fileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |