JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.helger.base.io.stream.WrappedReader
Packages that use
WrappedReader
Package
Description
com.helger.base.io.stream
Uses of
WrappedReader
in
com.helger.base.io.stream
Subclasses of
WrappedReader
in
com.helger.base.io.stream
Modifier and Type
Class
Description
class
CountingReader
A wrapper around a
Reader
that counts the number of read bytes.
class
LoggingReader
A wrapper around an
Reader
that logs read and skip actions.
class
NonClosingReader
A special
Reader
that does not close the stream.