Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ toHexString
Method
toHexString
src/main/java/core/packetproxy/common/Binary.java:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
public
HexString toHexString() {
128
return
createHexstrFromHexarray(hexarray, 0);
129
}
130
131
public
HexString toHexString(
int
count) {
132
return
createHexstrFromHexarray(hexarray, count);
Callers
10
keyReleased
Method · 0.95
setData
Method · 0.95
smoke
Method · 0.80
sortUniq
Method · 0.80
update
Method · 0.80
toHex
Method · 0.80
byteToHex
Method · 0.80
fromAddress
Method · 0.80
rrToString
Method · 0.80
substitute
Method · 0.80
Calls
1
createHexstrFromHexarray
Method · 0.95
Tested by
1
smoke
Method · 0.64