Interface ContentAccess

    • Method Detail

      • getBytes

        byte[] getBytes()
        The bytes that make up the document content.
        Returns:
        the bytes
      • getDescription

        String getDescription()
        Some text that describes the document content. This text could be the document filename or title, for instance.
        Returns:
        a short document description
      • getMimeType

        String getMimeType()
        The mime type of the document. For example, "image/jpeg", "image/gif", "application/pdf" etc
        Returns:
        the mime type.