Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ toWire
Method
toWire
src/main/java/core/org/xbill/DNS/Header.java:70–76 ·
view source on GitHub ↗
(DNSOutput out)
Source
from the content-addressed store, hash-verified
68
}
69
70
void
71
toWire(DNSOutput out) {
72
out.writeU16(getID());
73
out.writeU16(flags);
74
for
(
int
i = 0; i < counts.length; i++)
75
out.writeU16(counts[i]);
76
}
77
78
public
byte []
79
toWire() {
Callers
1
verifyMessage
Method · 0.95
Calls
3
getID
Method · 0.95
toByteArray
Method · 0.95
writeU16
Method · 0.80
Tested by
no test coverage detected