| 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(BlockingQueue<Integer> blockingQueue)
Sets backing queue for the stream.
|
QueueInputStream.Builder |
QueueInputStream.Builder.setTimeout(Duration timeout)
Sets the polling timeout.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.