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

Method value

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

Converts a String representation of an Flag into its numeric value

(String s)

Source from the content-addressed store, hash-verified

62
63/** Converts a String representation of an Flag into its numeric value */
64public static int
65value(String s) {
66 return flags.getValue(s);
67}
68
69/**
70 * Indicates if a bit in the flags field is a flag or not. If it's part of

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected