Interface IDownloadableFile

    • Method Detail

      • getContentType

        java.lang.String getContentType()
        Returns the file content type
        Returns:
        the file content type
        Since:
        6.1.0
      • getFileSize

        long getFileSize()
        Returns the file size
        Returns:
        the file size
        Since:
        6.1.0
      • getName

        java.lang.String getName()
        Returns the file name
        Returns:
        the file name
        Since:
        6.1.0