MCPcopy Create free account
hub / github.com/akeranen/the-one / close

Method close

input/BinaryEventsReader.java:128–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 public void close() {
129 try {
130 this.in.close();
131 }
132 catch (IOException ioe) {
133 throw new SimError(ioe);
134 }
135 }
136
137}

Callers 1

isBinaryEeFileMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected