MCPcopy Create free account
hub / github.com/apache/poi / clearByte

Method clearByte

src/java/org/apache/poi/util/BitField.java:228–231  ·  view source on GitHub ↗

Clear the bits. @param holder the byte data containing the bits we're interested in @return the value of holder with the specified bits cleared (set to 0)

(final byte holder)

Source from the content-addressed store, hash-verified

226 */
227
228 public byte clearByte(final byte holder)
229 {
230 return ( byte ) clear(holder);
231 }
232
233 /**
234 * Set the bits.

Callers 5

setByteBooleanMethod · 0.95
setStringMethod · 0.80
removeFormatRunMethod · 0.80
clearFormattingMethod · 0.80
setExtendedRstMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected