Uses of Class
org.apache.commons.io.input.ReadAheadInputStream
-
Packages that use ReadAheadInputStream Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of ReadAheadInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ReadAheadInputStream Modifier and Type Method Description ReadAheadInputStream
ReadAheadInputStream.Builder. get()
Builds a newReadAheadInputStream
.
-