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

Method string

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

Converts a numeric extended flag into a String

(int i)

Source from the content-addressed store, hash-verified

29
30/** Converts a numeric extended flag into a String */
31public static String
32string(int i) {
33 return extflags.getText(i);
34}
35
36/**
37 * Converts a textual representation of an extended flag into its numeric

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected