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