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.
|
Constructor and Description |
---|
FileInfo(java.lang.String fileName) |