public class FileInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
int | 
startPage
The start page of the file in flash memory. 
 | 
byte | 
status
The status of the file - not used. 
 | 
| Constructor and Description | 
|---|
FileInfo(java.lang.String fileName)
Constructs a FileInfo instance with given file name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String[] | 
show()
Returns all file information. 
 | 
public java.lang.String fileName
public byte fileHandle
public int fileSize
public byte status
public int startPage