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 and Description static CloseShieldWriter
CloseShieldWriter. wrap(Writer writer)
Creates a proxy that shields the given writer from being closed.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.