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