Interface ResourceHandler.Resource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.InputStream read()
      Returns the InputStream stream of the resource, if exists, null otherwise.
    • Method Detail

      • read

        java.io.InputStream read()
                          throws java.io.IOException
        Returns the InputStream stream of the resource, if exists, null otherwise. The stream should be closed by caller, otherwise resource leaks might be introduced.
        Throws:
        java.io.IOException