Uses of Class
org.apache.commons.io.input.UnsynchronizedBufferedInputStream.Builder
-
Packages that use UnsynchronizedBufferedInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of UnsynchronizedBufferedInputStream.Builder in org.apache.commons.io.input
Constructors in org.apache.commons.io.input with parameters of type UnsynchronizedBufferedInputStream.Builder Constructor Description UnsynchronizedBufferedInputStream(UnsynchronizedBufferedInputStream.Builder builder)Constructs a newBufferedInputStreamon theInputStreamin.
-