Class PebbleTemplateImpl.NoopWriter
- java.lang.Object
-
- java.io.Writer
-
- io.pebbletemplates.pebble.template.PebbleTemplateImpl.NoopWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.AutoCloseable
- Enclosing class:
- PebbleTemplateImpl
private static class PebbleTemplateImpl.NoopWriter extends java.io.Writer
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NoopWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
write(char[] cbuf, int off, int len)
-
-
-
Method Detail
-
write
public void write(char[] cbuf, int off, int len)
- Specified by:
write
in classjava.io.Writer
-
flush
public void flush()
- Specified by:
flush
in interfacejava.io.Flushable
- Specified by:
flush
in classjava.io.Writer
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in classjava.io.Writer
-
-