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

Method getBytes

src/main/java/io/Utf8IOStream.java:268–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 public long getBytes() {
269 try {
270 return bytesSent+bytesRecv;
271 } catch (Exception e) { }
272 return 0;
273 }
274//#endif
275}

Callers 15

updateTrafficMethod · 0.95
askInetSrvMethod · 0.45
encodeMethod · 0.45
openMethod · 0.45
sendMethod · 0.45
fileWriteUtfMethod · 0.45
runMethod · 0.45
calcVerHashMethod · 0.45
jabberIqAuthMethod · 0.45
responseMethod · 0.45
processServerMessageMethod · 0.45
parsePlainTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected