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

Method rdataFromString

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

Source from the content-addressed store, hash-verified

60}
61
62void
63rdataFromString(Tokenizer st, Name origin) throws IOException {
64 flags = st.getUInt8();
65 try {
66 tag = byteArrayFromString(st.getString());
67 value = byteArrayFromString(st.getString());
68 }
69 catch (TextParseException e) {
70 throw st.exception(e.getMessage());
71 }
72}
73
74String
75rrToString() {

Callers

nothing calls this directly

Calls 4

getUInt8Method · 0.80
byteArrayFromStringMethod · 0.80
exceptionMethod · 0.80
getStringMethod · 0.45

Tested by

no test coverage detected