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

Method setByte

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

Set the bits. @param holder the byte data containing the bits we're interested in @return the value of holder with the specified bits set to 1

(final byte holder)

Source from the content-addressed store, hash-verified

268 */
269
270 public byte setByte(final byte holder)
271 {
272 return ( byte ) set(holder);
273 }
274
275 /**
276 * Set a boolean BitField

Callers 4

setByteBooleanMethod · 0.95
setStringMethod · 0.80
addFormatRunMethod · 0.80
setExtendedRstMethod · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected