Interface FileDataSource

    • Method Detail

      • getType

        String getType()
        Returns the MIME type of the content.
        Returns:
        content MIME type.
      • getTypeFromFileName

        String getTypeFromFileName()
        Returns the MIME type extension from file name.
        Returns:
        content MIME type extension from file Name.
      • getSize

        long getSize()
        Returns the size of the file in bytes.
        Returns:
        size of file in bytes.