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

Method close

classpath/java/io/ObjectOutputStream.java:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public void close() throws IOException {
64 out.close();
65 }
66
67 private void rawByte(int v) throws IOException {
68 out.write((byte)(v & 0xff));

Callers 1

mainMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 1

mainMethod · 0.76