Class IndentWriter

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public final class IndentWriter
    extends Writer
    A Writer capable of appending Strings in a similar manner to StringWriter but with indentation capabilities to support more readable code generation. No IOExceptions are ever thrown. Closing has no effect.
    Since:
    3.0
    Author:
    [email protected]