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

Method rrFromWire

src/main/java/core/org/xbill/DNS/UNKRecord.java:27–30  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

25}
26
27void
28rrFromWire(DNSInput in) throws IOException {
29 data = in.readByteArray();
30}
31
32void
33rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 1

readByteArrayMethod · 0.80

Tested by

no test coverage detected