MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / close

Method close

src/main/java/io/SOCKS5Stream.java:52–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public void close() {
53 try {
54 inpStream.close(); inpStream = null;
55 outStream.close(); outStream = null;
56 } catch (IOException e) {
57 Client.StaticData.getInstance().roster.errorLog(e.getMessage());
58 }
59 }
60
61}
62

Callers

nothing calls this directly

Calls 3

errorLogMethod · 0.80
getInstanceMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected