Package 

Interface InputStreamSupplier


  • 
    public interface InputStreamSupplier
    
                        

    Supplies input streams. Implementations are required to support thread-handover. While an instance will not be accessed concurrently by multiple threads, it will be called by a different thread than it was created on.

    • Method Summary

      Modifier and Type Method Description
      abstract InputStream get() Supply an input stream for a resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

         abstract InputStream get()

        Supply an input stream for a resource.