MCPcopy Create free account
hub / github.com/ReadyTalk/avian / close

Method close

classpath/java/io/PrintStream.java:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 public void close() {
145 try {
146 out.close();
147 } catch (IOException e) { }
148 }
149}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected