Uses of Class
org.apache.commons.io.input.ReadAheadInputStream.Builder
-
Packages that use ReadAheadInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of ReadAheadInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ReadAheadInputStream.Builder Modifier and Type Method Description static ReadAheadInputStream.Builder
ReadAheadInputStream. builder()
Constructs a newReadAheadInputStream.Builder
.ReadAheadInputStream.Builder
ReadAheadInputStream.Builder. setExecutorService(java.util.concurrent.ExecutorService executorService)
Sets the executor service for the read-ahead thread.
-