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

Method longString

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

Converts a numeric Section into a full description String

(int i)

Source from the content-addressed store, hash-verified

68
69/** Converts a numeric Section into a full description String */
70public static String
71longString(int i) {
72 sections.check(i);
73 return longSections[i];
74}
75
76/**
77 * Converts a numeric Section into a full description String for an update

Callers 1

toStringMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected