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

Method string

src/main/java/core/org/xbill/DNS/Opcode.java:49–52  ·  view source on GitHub ↗

Converts a numeric Opcode into a String

(int i)

Source from the content-addressed store, hash-verified

47
48/** Converts a numeric Opcode into a String */
49public static String
50string(int i) {
51 return opcodes.getText(i);
52}
53
54/** Converts a String representation of an Opcode into its numeric value */
55public static int

Callers 1

toStringWithRcodeMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected