| Package | Description |
|---|---|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Method and Description |
|---|---|
static QueueInputStream.Builder |
QueueInputStream.builder()
Constructs a new
QueueInputStream.Builder. |
QueueInputStream.Builder |
QueueInputStream.Builder.setBlockingQueue(java.util.concurrent.BlockingQueue<java.lang.Integer> blockingQueue)
Sets backing queue for the stream.
|
QueueInputStream.Builder |
QueueInputStream.Builder.setTimeout(java.time.Duration timeout)
Sets the polling timeout.
|