Interface IFileSizeProviding
- All Known Implementing Classes:
AttachmentDatei, ClientFile, ClientFormThemeFile, FormEingangDatei, MandantRessourceDatei, ProjektRessourceDatei, UserProfileFile
public interface IFileSizeProviding
Interface for providing the file size in bytes.
- Since:
- 8.2.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ATTR_SIZE
-
COL_SIZE
-
-
Method Details
-
getSize
int getSize()Gets the file size in bytes.- Returns:
- The file size in bytes.
-
setSize
void setSize(int size) Sets the file size in bytes.- Parameters:
size- The file size in bytes.
-