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

Method string

src/main/java/core/org/xbill/DNS/Rcode.java:106–109  ·  view source on GitHub ↗

Converts a numeric Rcode into a String

(int i)

Source from the content-addressed store, hash-verified

104
105/** Converts a numeric Rcode into a String */
106public static String
107string(int i) {
108 return rcodes.getText(i);
109}
110
111/** Converts a numeric TSIG extended Rcode into a String */
112public static String

Callers 3

doxfrMethod · 0.95
toStringWithRcodeMethod · 0.95
lookupMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected