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

Method close

classpath/java/io/PrintWriter.java:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public void close() {
86 try {
87 out.close();
88 } catch (IOException e) { }
89 }
90}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected