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

Method unsetFlag

src/main/java/core/org/xbill/DNS/Header.java:121–125  ·  view source on GitHub ↗

Sets a flag to the supplied value @see Flags

(int bit)

Source from the content-addressed store, hash-verified

119 * @see Flags
120 */
121public void
122unsetFlag(int bit) {
123 checkFlag(bit);
124 flags = setFlag(flags, bit, false);
125}
126
127/**
128 * Retrieves a flag

Callers

nothing calls this directly

Calls 2

checkFlagMethod · 0.95
setFlagMethod · 0.95

Tested by

no test coverage detected