MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / rrToWire

Method rrToWire

src/main/java/core/org/xbill/DNS/DSRecord.java:152–159  ·  view source on GitHub ↗
(DNSOutput out, Compression c, boolean canonical)

Source from the content-addressed store, hash-verified

150}
151
152void
153rrToWire(DNSOutput out, Compression c, boolean canonical) {
154 out.writeU16(footprint);
155 out.writeU8(alg);
156 out.writeU8(digestid);
157 if (digest != null)
158 out.writeByteArray(digest);
159}
160
161}

Callers

nothing calls this directly

Calls 3

writeU16Method · 0.80
writeU8Method · 0.80
writeByteArrayMethod · 0.80

Tested by

no test coverage detected