Class TruncateDirective.TruncateWriter

java.lang.Object
java.io.Writer
ch.tocco.nice2.templating.impl.freemarker.directives.TruncateDirective.TruncateWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
TruncateDirective

public static class TruncateDirective.TruncateWriter extends Writer
A Writer that truncates text after a user-defined length and forwards it to another Writer.