|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileEntry
Represents a file entry on disk - not the data.
Date created: Oct 4, 2002 4:46:42 PM
Method Summary | |
---|---|
boolean |
canCompile()
Indicates that this filetype can be compiled. |
void |
delete()
Delete the file. |
java.util.List |
getFileColumnData(int displayMode)
Get the standard file column header information. |
byte[] |
getFileData()
Get file data. |
java.lang.String |
getFilename()
Return the name of this file. |
java.lang.String |
getFiletype()
Return the filetype of this file. |
FormattedDisk |
getFormattedDisk()
Get the FormattedDisk associated with this FileEntry. |
int |
getMaximumFilenameLength()
Return the maximum filename length. |
int |
getSize()
Compute the size of this file (in bytes). |
FileFilter |
getSuggestedFilter()
Get the suggested FileFilter. |
boolean |
isDeleted()
Identify if this file has been deleted. |
boolean |
isDirectory()
Identify if this is a directory file. |
boolean |
isLocked()
Identify if this file is locked. |
boolean |
needsAddress()
Indicates if this filetype requires an address component. |
void |
setAddress(int address)
Set the address that this file loads at. |
void |
setFileData(byte[] data)
Set file data. |
void |
setFilename(java.lang.String filename)
Set the name of this file. |
void |
setFiletype(java.lang.String filetype)
Set the filetype. |
void |
setLocked(boolean lock)
Set the lock indicator. |
Method Detail |
---|
java.lang.String getFilename()
void setFilename(java.lang.String filename)
java.lang.String getFiletype()
void setFiletype(java.lang.String filetype)
boolean isLocked()
void setLocked(boolean lock)
int getSize()
boolean isDirectory()
boolean isDeleted()
void delete()
java.util.List getFileColumnData(int displayMode)
byte[] getFileData()
void setFileData(byte[] data) throws DiskFullException
DiskFullException
FileFilter getSuggestedFilter()
FormattedDisk getFormattedDisk()
int getMaximumFilenameLength()
boolean needsAddress()
void setAddress(int address)
boolean canCompile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |