Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateTraffic
Method · 0.95
askInetSrv
Method · 0.45
encode
Method · 0.45
open
Method · 0.45
send
Method · 0.45
fileWriteUtf
Method · 0.45
run
Method · 0.45
calcVerHash
Method · 0.45
jabberIqAuth
Method · 0.45
response
Method · 0.45
processServerMessage
Method · 0.45
parsePlainText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected