Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
2
toString
Method · 0.80
write
Method · 0.45
Tested by
7
main
Method · 0.36
main
Method · 0.36
main
Method · 0.36
main
Method · 0.36
main
Method · 0.36
main
Method · 0.36
main
Method · 0.36