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