MCPcopy 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
70void
71toWire(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
78public byte []
79toWire() {

Callers 1

verifyMessageMethod · 0.95

Calls 3

getIDMethod · 0.95
toByteArrayMethod · 0.95
writeU16Method · 0.80

Tested by

no test coverage detected