MCPcopy Create free account
hub / github.com/GateNLP/gate-core / flush

Method flush

src/main/java/gate/util/Out.java:33–33  ·  view source on GitHub ↗

Flush the output stream.

()

Source from the content-addressed store, hash-verified

31
32 /** Flush the output stream. */
33 public static void flush() { out.flush(); }
34
35 /** This sets a new printWriter*/
36 public static void setPrintWriter(PrintWriter aPrintWriter){

Callers 12

testRepositioningInfoMethod · 0.45
exportMethod · 0.45
exportMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
runMethod · 0.45
printStackTraceMethod · 0.45
printMethod · 0.45
padPrMethod · 0.45
runMethod · 0.45
writeTempFileMethod · 0.45

Calls

no outgoing calls

Tested by 1

testRepositioningInfoMethod · 0.36