Uses of Class
com.helger.commons.io.stream.WrappedOutputStream
-
Packages that use WrappedOutputStream Package Description com.helger.commons.base64 com.helger.commons.io.stream -
-
Uses of WrappedOutputStream in com.helger.commons.base64
Subclasses of WrappedOutputStream in com.helger.commons.base64 Modifier and Type Class Description classBase64OutputStreamABase64OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. -
Uses of WrappedOutputStream in com.helger.commons.io.stream
Subclasses of WrappedOutputStream in com.helger.commons.io.stream Modifier and Type Class Description classCountingOutputStreamA wrapper around anOutputStreamthat counts the number of read bytes.classLoggingOutputStreamA wrapper around anOutputStreamthat logs what he is doing.classNonBlockingBufferedOutputStreamA non-synchronized copy of the classBufferedOutputStream.classNonClosingOutputStreamA specialOutputStreamthat does not close the stream.
-