Uses of Class
com.helger.base.io.stream.WrappedInputStream
Packages that use WrappedInputStream
Package
Description
-
Uses of WrappedInputStream in com.helger.base.codec.base64
Subclasses of WrappedInputStream in com.helger.base.codec.base64Modifier and TypeClassDescriptionclassABase64InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. -
Uses of WrappedInputStream in com.helger.base.io.nonblocking
Subclasses of WrappedInputStream in com.helger.base.io.nonblockingModifier and TypeClassDescriptionclassNon-synchronized version ofBufferedInputStream.classA non-synchronized copy of the classPushbackInputStream. -
Uses of WrappedInputStream in com.helger.base.io.stream
Subclasses of WrappedInputStream in com.helger.base.io.streamModifier and TypeClassDescriptionclassA wrapper around anInputStreamthat counts the number of read bytes.classA wrapper around anInputStreamthat logs read and skip actions.classA specialInputStreamthat does not close the stream.