Interface IFileSizeProviding

    • Method Detail

      • 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.