Interface Document

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the Document name with no file extension.
      void read​(java.io.InputStream is)
      Reads the content from the InputStream into the Document.
    • Method Detail

      • read

        void read​(java.io.InputStream is)
           throws java.io.IOException

        Reads the content from the InputStream into the Document.

        This method may not be thread-safe. Implementations may or may not synchronize this method. User code (i.e. caller) must make sure that calls to this method are thread-safe.

        Parameters:
        is - InputStream to read in the Document content.
        Throws:
        java.io.IOException - If any I/O error occurs.
      • getName

        java.lang.String getName()
        Returns the Document name with no file extension.
        Returns:
        The Document name with no file extension.