Uses of Class
org.apache.commons.io.input.UnsynchronizedReader
Packages that use UnsynchronizedReader
-
Uses of UnsynchronizedReader in org.apache.commons.io.input
Subclasses of UnsynchronizedReader in org.apache.commons.io.inputModifier and TypeClassDescriptionclass
Wraps an existingReader
and buffers the input without any synchronization.