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

Method rdataToString

src/main/java/core/org/xbill/DNS/Record.java:293–296  ·  view source on GitHub ↗

Converts the rdata portion of a Record into a String representation

()

Source from the content-addressed store, hash-verified

291 * Converts the rdata portion of a Record into a String representation
292 */
293public String
294rdataToString() {
295 return rrToString();
296}
297
298/**
299 * Converts a Record into a String representation

Callers 3

iteratorToStringMethod · 0.95
wireToStringMethod · 0.80
MalformedKeyExceptionMethod · 0.80

Calls 1

rrToStringMethod · 0.95

Tested by 1

wireToStringMethod · 0.64