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

Method string

src/main/java/core/org/xbill/DNS/DClass.java:78–81  ·  view source on GitHub ↗

Converts a numeric DClass into a String @return The canonical string representation of the class @throws InvalidDClassException The class is out of range.

(int i)

Source from the content-addressed store, hash-verified

76 * @throws InvalidDClassException The class is out of range.
77 */
78public static String
79string(int i) {
80 return classes.getText(i);
81}
82
83/**
84 * Converts a String representation of a DClass into its numeric value

Callers 5

toStringMethod · 0.95
toStringMethod · 0.95
sectionToStringMethod · 0.95
toStringMethod · 0.95
checkDoneMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected