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

Method string

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

Converts a numeric Section into an abbreviation String

(int i)

Source from the content-addressed store, hash-verified

62
63/** Converts a numeric Section into an abbreviation String */
64public static String
65string(int i) {
66 return sections.getText(i);
67}
68
69/** Converts a numeric Section into a full description String */
70public static String

Callers 1

toStringWithRcodeMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected