Interface IHasInputStream

    • Method Detail

      • getInputStream

        @Nullable
        InputStream getInputStream()
        Get the input stream to read from the object. Each time this method is called, a new InputStream needs to be created.
        Returns:
        null if resolving failed.
      • getBufferedInputStream

        @Nullable
        default InputStream getBufferedInputStream()
        Get a buffered input stream to read from the object. Each time this method is called, a new InputStream needs to be created. Internally invokes getInputStream().
        Returns:
        null if resolving failed.
        Since:
        9.1.8