? NullAppendable

java.lang.Object
org.apache.commons.io.output.NullAppendable
????????:
Appendable

public class NullAppendable extends Object implements Appendable
Appends all data to the famous /dev/null.

This Appendable has no destination (file/socket etc.) and all characters written to it are ignored and lost.

???????:
2.8.0