Uses of Class
org.apache.commons.io.output.CloseShieldOutputStream
-
Packages that use CloseShieldOutputStream Package Description org.apache.commons.io.output This package provides implementations of output classes, such asOutputStream
andWriter
. -
-
Uses of CloseShieldOutputStream in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return CloseShieldOutputStream Modifier and Type Method Description static CloseShieldOutputStream
CloseShieldOutputStream. wrap(java.io.OutputStream outputStream)
Creates a proxy that shields the given output stream from being closed.
-