MatchAllBits

class MatchAllBits(val len: Int) : Bits

Bits impl of the specified length with all bits set.

Constructors

Link copied to clipboard
constructor(len: Int)

Properties

Link copied to clipboard
val len: Int

Functions

Link copied to clipboard
open fun applyMask(bitSet: FixedBitSet, offset: Int)

Apply this Bits instance to the given FixedBitSet, which starts at the given offset.

Link copied to clipboard
open override fun get(index: Int): Boolean

Returns the value of the bit with the specified index.

Link copied to clipboard
open override fun length(): Int

Returns the number of bits in this set