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

Method rdataFromString

src/main/java/core/org/xbill/DNS/DLVRecord.java:63–69  ·  view source on GitHub ↗
(Tokenizer st, Name origin)

Source from the content-addressed store, hash-verified

61}
62
63void
64rdataFromString(Tokenizer st, Name origin) throws IOException {
65 footprint = st.getUInt16();
66 alg = st.getUInt8();
67 digestid = st.getUInt8();
68 digest = st.getHex();
69}
70
71/**
72 * Converts rdata to a String

Callers

nothing calls this directly

Calls 3

getUInt16Method · 0.80
getUInt8Method · 0.80
getHexMethod · 0.80

Tested by

no test coverage detected