Class NullAppendable

  • All Implemented Interfaces:
    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.

    Since:
    2.8.0