Uses of Class
org.apache.commons.io.output.ProxyOutputStream
-
Packages that use ProxyOutputStream Package Description org.apache.commons.io.output Provides implementations of output classes, such asOutputStreamandWriter. -
-
Uses of ProxyOutputStream in org.apache.commons.io.output
Subclasses of ProxyOutputStream in org.apache.commons.io.output Modifier and Type Class Description classCloseShieldOutputStreamProxy stream that prevents the underlying output stream from being closed.classCountingOutputStreamA decorating output stream that counts the number of bytes that have passed through.classTaggedOutputStreamAn output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.classTeeOutputStreamClassic splitter ofOutputStream.Methods in org.apache.commons.io.output that return ProxyOutputStream Modifier and Type Method Description ProxyOutputStreamProxyOutputStream.Builder. get()Builds a newProxyOutputStream.ProxyOutputStreamProxyOutputStream. setReference(java.io.OutputStream out)Sets the underlying output stream.
-