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 asInputStreamandReader. -
-
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.BuilderQueueInputStream. builder()Constructs a newQueueInputStream.Builder.QueueInputStream.BuilderQueueInputStream.Builder. setBlockingQueue(java.util.concurrent.BlockingQueue<java.lang.Integer> blockingQueue)Sets backing queue for the stream.QueueInputStream.BuilderQueueInputStream.Builder. setTimeout(java.time.Duration timeout)Sets the polling timeout.
-