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

Method string

src/main/java/core/org/xbill/DNS/Flags.java:58–61  ·  view source on GitHub ↗

Converts a numeric Flag into a String

(int i)

Source from the content-addressed store, hash-verified

56
57/** Converts a numeric Flag into a String */
58public static String
59string(int i) {
60 return flags.getText(i);
61}
62
63/** Converts a String representation of an Flag into its numeric value */
64public static int

Callers 1

printFlagsMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected