MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / close

Method close

src/main/java/core/packetproxy/DuplexSync.java:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 public void close() throws Exception {
129 in.close();
130 out.close();
131 }
132}

Callers 1

createConnectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected