BitBuffer
open class BitBuffer(val buffer: ByteBuffer, var bitPosition: Int = buffer.position() * Byte.SIZE_BITS, val bitEnd: Int = buffer.limit() * Byte.SIZE_BITS - 1)
Inheritors
Constructors
Link copied to clipboard
constructor(buffer: ByteBuffer, bitPosition: Int = buffer.position() * Byte.SIZE_BITS, bitEnd: Int = buffer.limit() * Byte.SIZE_BITS - 1)