Package de.xima.fc.entities.interfaces
Interface IFileSizeProviding
-
- All Known Implementing Classes:
AttachmentDatei
,ClientFile
,FormEingangDatei
,MandantRessourceDatei
,ProjektRessourceDatei
,UserProfileFile
public interface IFileSizeProviding
Interface for providing the file size in bytes.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
The file size in bytes.
-