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

Method updString

src/main/java/core/org/xbill/DNS/Section.java:80–84  ·  view source on GitHub ↗

Converts a numeric Section into a full description String for an update Message.

(int i)

Source from the content-addressed store, hash-verified

78 * Message.
79 */
80public static String
81updString(int i) {
82 sections.check(i);
83 return updateSections[i];
84}
85
86/** Converts a String representation of a Section into its numeric value */
87public static int

Callers 1

toStringMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected