MCPcopy Index your code
hub / github.com/algorithmzuo/algorithm-journey / flush

Method flush

src/class164/Code07_Peaks1.java:320–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 }
319
320 public void flush() {
321 try {
322 os.write(outBuf.toString().getBytes());
323 os.flush();
324 outBuf.setLength(0);
325 } catch (IOException e) {
326 throw new RuntimeException(e);
327 }
328 }
329 }
330
331}

Callers 15

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 2

toStringMethod · 0.80
writeMethod · 0.45

Tested by 7

mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36