|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryEntry
Interface used for directory entries used to represent files. A directory entry has the file name, its extension (its a 8+3 filename) and the size of the file.
Field Summary | |
---|---|
static int |
ENTRY_SIZE
|
static int |
SLOTS_PER_ENTRY
|
Method Summary | |
---|---|
java.lang.String |
getExt()
Get the file extension. |
java.lang.String |
getFullName()
Get the full name. |
java.lang.String |
getName()
Get the file name. |
int |
getSize()
Get the file size. |
boolean |
isSpecial()
If this is a special 'hidden' file. |
Field Detail |
---|
static final int ENTRY_SIZE
static final int SLOTS_PER_ENTRY
Method Detail |
---|
java.lang.String getName()
java.lang.String getExt()
java.lang.String getFullName()
int getSize()
boolean isSpecial()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |