public interface File
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
getStorageId()
The storage ID
|
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.String getStorageId() throws InternalErrorException
InternalErrorExceptionCopyright © 2020. All Rights Reserved.