Uses of Class
com.helger.commons.io.stream.WrappedInputStream
-
Packages that use WrappedInputStream Package Description com.helger.commons.base64 com.helger.commons.io.stream -
-
Uses of WrappedInputStream in com.helger.commons.base64
Subclasses of WrappedInputStream in com.helger.commons.base64 Modifier and Type Class Description classBase64InputStreamABase64InputStreamwill 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.stream Modifier and Type Class Description classCountingInputStreamA wrapper around anInputStreamthat counts the number of read bytes.classLoggingInputStreamA wrapper around anInputStreamthat logs read and skip actions.classNonBlockingBufferedInputStreamNon-synchronized version ofBufferedInputStream.classNonBlockingPushbackInputStreamA non-synchronized copy of the classPushbackInputStream.classNonClosingInputStreamA specialInputStreamthat does not close the stream.
-