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 asInputStreamandReader. -
-
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.BuilderReadAheadInputStream. builder()Constructs a newReadAheadInputStream.Builder.ReadAheadInputStream.BuilderReadAheadInputStream.Builder. setExecutorService(java.util.concurrent.ExecutorService executorService)Sets the executor service for the read-ahead thread.
-