Interface IBinaryFile
-
- All Superinterfaces:
IEntity,INamedEntity
- All Known Subinterfaces:
IImage
- All Known Implementing Classes:
ConfigurationImageVO,ImageVO,RawFileVO,StoredFileVO,SystemCustomImageVO,ThemeImageVO
public interface IBinaryFile extends INamedEntity
Common interface for binary files
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()intgetLength()-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-
-
-
Method Detail
-
getContentType
String getContentType()
-
getLength
int getLength()
-
-