|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description: base file for virtual file system
Method Summary | |
java.lang.String |
getFileCompleteName()
return the complete file name of the file (ie: path+separator+name) |
byte[] |
getFileData()
return file data as a byte array |
java.io.InputStream |
getFileDataStream()
return file data as a stream |
long |
getFileDate()
return file last modification date |
int |
getFileLength()
return the file data length |
java.lang.String |
getFileName()
return the name of the file. |
java.lang.String |
getFilePath()
return the path of the file without the file name. |
void |
setFileDate(java.util.Date date)
set file last modification date |
Method Detail |
public java.lang.String getFileName()
public java.io.InputStream getFileDataStream()
public byte[] getFileData()
public int getFileLength()
public java.lang.String getFileCompleteName()
public java.lang.String getFilePath()
public long getFileDate()
public void setFileDate(java.util.Date date)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |