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

Method rdataFromString

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

Source from the content-addressed store, hash-verified

90}
91
92void
93rdataFromString(Tokenizer st, Name origin) throws IOException {
94 footprint = st.getUInt16();
95 alg = st.getUInt8();
96 digestid = st.getUInt8();
97 digest = st.getHex();
98}
99
100/**
101 * 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