Uses of Class
org.apache.commons.io.output.NullAppendable
-
Packages that use NullAppendable Package Description org.apache.commons.io.output This package provides implementations of output classes, such asOutputStream
andWriter
. -
-
Uses of NullAppendable in org.apache.commons.io.output
Fields in org.apache.commons.io.output declared as NullAppendable Modifier and Type Field Description static NullAppendable
NullAppendable. INSTANCE
A singleton.
-