Companion

object Companion

Functions

Link copied to clipboard
fun valueOf(bytes: ByteArray): BitSet

Returns a new bit set containing all the bits in the given byte array.

fun valueOf(longs: LongArray): BitSet

Returns a new bit set containing all the bits in the given long array.

Returns a new bit set containing all the bits in the given byte buffer between its position and limit.

Returns a new bit set containing all the bits in the given long buffer between its position and limit.