BitBuf

abstract class BitBuf(buffer: ByteBuf) : AutoCloseable

Inheritors

Constructors

Link copied to clipboard
constructor(buffer: ByteBuf)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun capacity(): Int
fun capacity(bitCount: Int): BitBuf
Link copied to clipboard
fun clear(): BitBuf
Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun gBits(count: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun pBits(src: UnsafeLongBackedBitBuf)
abstract fun pBits(count: Int, value: Int)
Link copied to clipboard
Link copied to clipboard
fun readerIndex(index: Int): BitBuf
Link copied to clipboard
fun writerIndex(index: Int): BitBuf