Uses of Class
org.apache.commons.io.input.QueueInputStream.Builder
-
Packages that use QueueInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of QueueInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return QueueInputStream.Builder Modifier and Type Method Description static QueueInputStream.Builder
QueueInputStream. builder()
Constructs a newQueueInputStream.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.
-