MCPcopy Create free account
hub / github.com/MTrop/DoomTools / flush

Method flush

src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:1005–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1003 }
1004
1005 @Override
1006 public void flush()
1007 {
1008 try {
1009 writer.flush();
1010 } catch (IOException e) {
1011 error = true;
1012 }
1013 }
1014
1015 /**
1016 * Calls {@link #end()} and closes the underlying writer.

Callers 15

endMethod · 0.95
getErrorMethod · 0.95
writeStartTagMethod · 0.95
writeSingleTagMethod · 0.95
writeEndTagMethod · 0.95
doUpdateDocsMethod · 0.45
logMethod · 0.45
closeMethod · 0.45
recreateVolatileImageMethod · 0.45
importDataMethod · 0.45
relayMethod · 0.45
createJunkFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected