Interface IFileAdapter
- All Superinterfaces:
Serializable
Common interface for accessing files.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the file name
-
getData
byte[] getData()- Returns:
- the binary data of the file
-
getMimeType
- Returns:
- the mime type of the file. May be null if unknown.
-