Interface File
-
- All Known Subinterfaces:
FileItem,Image,ImageFileItem,PDFFileItem,URLFileItem
- All Known Implementing Classes:
FileItem,GcubeItem,ImageFile,PDFFile,URLFileItem
public interface FileThe Interface File.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileItemTypegetFileItemType()Gets the folder item type.StringgetMimeType()The folder myme type.LonggetSize()Gets the size.
-
-
-
Method Detail
-
getFileItemType
FileItemType getFileItemType()
Gets the folder item type.- Returns:
- the folder item type
-
getSize
Long getSize()
Gets the size.- Returns:
- the size
- Throws:
InternalErrorException- the internal error exception
-
getMimeType
String getMimeType()
The folder myme type.- Returns:
- the myme type
- Throws:
InternalErrorException- the internal error exception
-
-