MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / send

Method send

src/main/java/io/SOCKS5Stream.java:31–35  ·  view source on GitHub ↗
(byte[] data, int ofs, int length)

Source from the content-addressed store, hash-verified

29 }
30
31 public void send(byte[] data, int ofs, int length) throws IOException {
32 synchronized (outStream) {
33 outStream.write(data, ofs, length);
34 }
35 }
36 public void send(byte[] data) throws IOException {
37 send(data, 0, data.length);
38 }

Callers 15

publishTuneMethod · 0.45
privacyListRqMethod · 0.45
requestQueryMethod · 0.45
requestCommandMethod · 0.45
sendFormMethod · 0.45
blockArrivedMethod · 0.45
blockArrivedMethod · 0.45
jabberIqAuthMethod · 0.45
blockArrivedMethod · 0.45
blockArrivedMethod · 0.45
blockArrivedMethod · 0.45
processStatusRequestMethod · 0.45

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected