Package org.cyclos.model.utils
Interface IFileSize
-
- All Known Implementing Classes:
FileSize,FileSizeDTO
public interface IFileSizeCommon interface for file sizes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetSize()FileSizeUnitgetUnit()
-
-
-
Method Detail
-
getSize
Integer getSize()
-
getUnit
FileSizeUnit getUnit()
-
-