MCPcopy Create free account
hub / github.com/apache/freemarker / flush

Method flush

src/main/java/freemarker/core/Environment.java:1721–1721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1719 static final Writer NULL_WRITER = new Writer() {
1720 public void write(char cbuf[], int off, int len) {}
1721 public void flush() {}
1722 public void close() {}
1723 };
1724

Callers 3

processMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected