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

Method rrFromWire

src/main/java/core/org/xbill/DNS/ISDNRecord.java:46–51  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

44}
45
46void
47rrFromWire(DNSInput in) throws IOException {
48 address = in.readCountedString();
49 if (in.remaining() > 0)
50 subAddress = in.readCountedString();
51}
52
53void
54rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 2

readCountedStringMethod · 0.80
remainingMethod · 0.80

Tested by

no test coverage detected