Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ toByteArray
Method
toByteArray
src/main/java/core/packetproxy/common/Binary.java:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
public
byte[] toByteArray() {
90
return
this.hexarray;
91
}
92
93
public
int
toInt(boolean littleEndiain) {
94
ByteBuffer bb = ByteBuffer.allocate(4);
Callers
15
keyReleased
Method · 0.95
sendConnectionPreface
Method · 0.45
processHeadersAndOtherFrames
Method · 0.45
toBytes
Method · 0.45
executeCmd
Method · 0.45
executeExe
Method · 0.45
executeRuby
Method · 0.45
readfile
Method · 0.45
gzip
Method · 0.45
ungzip
Method · 0.45
encodeBytes
Method · 0.45
encodeData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected