Package org.htmlunit

Interface DownloadedContent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cleanUp()
      Clean up resources associated to this content.
      java.io.InputStream getInputStream()
      Returns a new InputStream allowing to read the downloaded content.
      boolean isEmpty()
      Returns true if the content is empty.
      long length()
      Returns the number of bytes.
    • Method Detail

      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        Returns a new InputStream allowing to read the downloaded content.
        Returns:
        the InputStream
        Throws:
        java.io.IOException - in case of problem accessing the content
      • cleanUp

        void cleanUp()
        Clean up resources associated to this content.
      • isEmpty

        boolean isEmpty()
        Returns true if the content is empty.
        Returns:
        true or false
      • length

        long length()
        Returns the number of bytes.
        Returns:
        the length