Uses of Class
com.helger.commons.io.stream.WrappedInputStream
Packages that use WrappedInputStream
-
Uses of WrappedInputStream in com.helger.commons.base64
Subclasses of WrappedInputStream in com.helger.commons.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.commons.io.stream
Subclasses of WrappedInputStream in com.helger.commons.io.streamModifier and TypeClassDescriptionclassA wrapper around anInputStreamthat counts the number of read bytes.classA wrapper around anInputStreamthat logs read and skip actions.classNon-synchronized version ofBufferedInputStream.classA non-synchronized copy of the classPushbackInputStream.classA specialInputStreamthat does not close the stream.