Uses of Class
com.helger.commons.io.stream.WrappedOutputStream
Packages that use WrappedOutputStream
-
Uses of WrappedOutputStream in com.helger.commons.base64
Subclasses of WrappedOutputStream in com.helger.commons.base64Modifier and TypeClassDescriptionclassABase64OutputStreamwill 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.streamModifier and TypeClassDescriptionclassA wrapper around anOutputStreamthat counts the number of read bytes.classA wrapper around anOutputStreamthat logs what he is doing.classA non-synchronized copy of the classBufferedOutputStream.classA specialOutputStreamthat does not close the stream.