Class FileSize


  • public class FileSize
    extends java.lang.Object
    represent size associated to a file size is the size of the file itself fullSize is the size with all associated files
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSize()  
      FileSize​(long size, long fullSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFullSize()  
      long getSize()  
      void setFullSize​(long fullSize)  
      void setSize​(long size)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileSize

        public FileSize()
      • FileSize

        public FileSize​(long size,
                        long fullSize)
    • Method Detail

      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)
      • getFullSize

        public long getFullSize()
      • setFullSize

        public void setFullSize​(long fullSize)