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

Method rrFromWire

src/main/java/core/org/xbill/DNS/TXTBase.java:52–59  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

50}
51
52void
53rrFromWire(DNSInput in) throws IOException {
54 strings = new ArrayList(2);
55 while (in.remaining() > 0) {
56 byte [] b = in.readCountedString();
57 strings.add(b);
58 }
59}
60
61void
62rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 3

remainingMethod · 0.80
readCountedStringMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected