Uses of Class
org.apache.commons.io.output.CloseShieldWriter
Packages that use CloseShieldWriter
Package
Description
This package provides implementations of output classes, such as
OutputStream
and Writer
.-
Uses of CloseShieldWriter in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return CloseShieldWriterModifier and TypeMethodDescriptionstatic CloseShieldWriter
Creates a proxy that shields the given writer from being closed.