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

Method rrFromWire

src/main/java/core/org/xbill/DNS/DSRecord.java:84–90  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

82}
83
84void
85rrFromWire(DNSInput in) throws IOException {
86 footprint = in.readU16();
87 alg = in.readU8();
88 digestid = in.readU8();
89 digest = in.readByteArray();
90}
91
92void
93rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 3

readU16Method · 0.80
readU8Method · 0.80
readByteArrayMethod · 0.80

Tested by

no test coverage detected