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

Method rrFromWire

src/main/java/core/org/xbill/DNS/X25Record.java:55–58  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

53}
54
55void
56rrFromWire(DNSInput in) throws IOException {
57 address = in.readCountedString();
58}
59
60void
61rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 1

readCountedStringMethod · 0.80

Tested by

no test coverage detected