|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface File
| Method Summary | |
|---|---|
InputStream |
getData()
The file data. |
void |
getHardLink(String linkName)
The hard link |
long |
getLength()
The file length. |
String |
getMimeType()
The file mime type. |
String |
getName()
The file name. |
String |
getPublicLink()
The public link |
void |
updateInfo()
|
| Method Detail |
|---|
String getName()
throws InternalErrorException
InternalErrorException - if an error occurs.String getMimeType()
InputStream getData()
throws InternalErrorException
InternalErrorException - if an error occurs.
String getPublicLink()
throws InternalErrorException
InternalErrorException - if an error occurs.
long getLength()
throws InternalErrorException
InternalErrorException - if an error occurs.
void getHardLink(String linkName)
throws InternalErrorException
InternalErrorException - if an error occurs.
void updateInfo()
throws InternalErrorException
InternalErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||