Uses of Class
org.apache.commons.io.input.QueueInputStream.Builder
-
Uses of QueueInputStream.Builder in org.apache.commons.io.input
Modifier and TypeMethodDescriptionstatic QueueInputStream.Builder
QueueInputStream.builder()
Constructs a newQueueInputStream.Builder
.QueueInputStream.Builder.setBlockingQueue
(BlockingQueue<Integer> blockingQueue) Sets backing queue for the stream.QueueInputStream.Builder.setTimeout
(Duration timeout) Sets the polling timeout.