Uses of Class
org.apache.commons.io.input.UnsynchronizedReader
-
Packages that use UnsynchronizedReader Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of UnsynchronizedReader in org.apache.commons.io.input
Subclasses of UnsynchronizedReader in org.apache.commons.io.input Modifier and Type Class Description class
UnsynchronizedBufferedReader
Wraps an existingReader
and buffers the input without any synchronization.
-