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

Method value

src/main/java/core/org/xbill/DNS/ExtendedFlags.java:40–43  ·  view source on GitHub ↗

Converts a textual representation of an extended flag into its numeric value

(String s)

Source from the content-addressed store, hash-verified

38 * value
39 */
40public static int
41value(String s) {
42 return extflags.getValue(s);
43}
44
45}

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected