Uses of Class
org.apache.commons.io.input.QueueInputStream.Builder
Packages that use QueueInputStream.Builder
-
Uses of QueueInputStream.Builder in org.apache.commons.io.input
Subclasses with type arguments of type QueueInputStream.Builder in org.apache.commons.io.inputMethods in org.apache.commons.io.input that return QueueInputStream.BuilderModifier and TypeMethodDescriptionstatic QueueInputStream.BuilderQueueInputStream.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.