MCPcopy Create free account
hub / github.com/core-lib/xjar / flush

Method flush

src/main/java/io/xjar/XUnclosedOutputStream.java:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 @Override
35 public void flush() throws IOException {
36 out.flush();
37 }
38
39 @Override
40 public void close() {

Callers 2

makeMethod · 0.80
transferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected