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

Method close

test/extra/SendFile.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public void close() throws IOException {
25 channel.close();
26 }
27
28 public void write(int c) {
29 throw new RuntimeException("Do not use!");

Callers 1

sendFileMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected