Companion

Functions

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

Wraps bytes into a BitSet. Copies all bytes. Hence, modifications to bytes are not reflected in the newly created BitSet.

Link copied to clipboard
fun fromBitString(bitString: String): BitSet

Creates bitset from hunan-readably bit string representation

Link copied to clipboard

Exception-free version of fromBitString