JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 Summary
Methods
Modifier and Type
Method and Description
java.io.InputStream
get
()
Supply an input stream for a resource.
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method