????
org.apache.commons.io.output.ProxyOutputStream
??ProxyOutputStream????
???
??
This package provides implementations of output classes, such as
OutputStream
and Writer
.-
org.apache.commons.io.output?ProxyOutputStream???
?????????class
Proxy stream that prevents the underlying output stream from being closed.class
A decorating output stream that counts the number of bytes that have passed through the stream so far.class
An output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.class
Classic splitter ofOutputStream
.