Documentation of 'org.apache.commons.compress.parallel.InputStreamSupplier' Java class
InputStreamSupplier
org.apache.commons.compress.parallel

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.
    Since:
    1.10
    • Method Detail

      • get

        java.io.InputStream get()
        Supply an input stream for a resource.
        Returns:
        the input stream. Should never null, but may be an empty stream.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.