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

Method close

classpath/avian/LegacyObjectInputStream.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public void close() throws IOException {
44 in.close();
45 }
46
47 public Object readObject() throws IOException, ClassNotFoundException {
48 return readObject(new HashMap<Integer, Object>());

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected