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

Method setPrefix

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

Sets the prefix to use when converting to and from values that don't have mnemonics.

(String prefix)

Source from the content-addressed store, hash-verified

65 * have mnemonics.
66 */
67public void
68setPrefix(String prefix) {
69 this.prefix = sanitize(prefix);
70}
71
72/**
73 * Sets whether numeric values stored in strings are acceptable.

Callers 8

ExtendedFlagsClass · 0.80
DClassMnemonicMethod · 0.80
FlagsClass · 0.80
RcodeClass · 0.80
TypeMnemonicMethod · 0.80
CodeClass · 0.80
OpcodeClass · 0.80
ParameterMnemonicMethod · 0.80

Calls 1

sanitizeMethod · 0.95

Tested by

no test coverage detected