Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static ReadAheadInputStream.Builder |
ReadAheadInputStream.builder()
Constructs a new
ReadAheadInputStream.Builder . |
ReadAheadInputStream.Builder |
ReadAheadInputStream.Builder.setExecutorService(java.util.concurrent.ExecutorService executorService)
Sets the executor service for the read-ahead thread.
|