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

Method rrToWire

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

Source from the content-addressed store, hash-verified

112}
113
114void
115rrToWire(DNSOutput out, Compression c, boolean canonical) {
116 Iterator it = strings.iterator();
117 while (it.hasNext()) {
118 byte [] b = (byte []) it.next();
119 out.writeCountedString(b);
120 }
121}
122
123}

Callers

nothing calls this directly

Calls 4

hasNextMethod · 0.80
nextMethod · 0.80
writeCountedStringMethod · 0.80
iteratorMethod · 0.45

Tested by

no test coverage detected