korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
korlibs.io.stream
/
ByteArrayBitReader
Byte
Array
Bit
Reader
class
ByteArrayBitReader
(
val
data
:
ByteArray
)
Members
Constructors
Byte
Array
Bit
Reader
Link copied to clipboard
constructor
(
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
has
More
Bits
Link copied to clipboard
val
hasMoreBits
:
Boolean
Functions
read
Int
Bits
Link copied to clipboard
fun
readIntBits
(
nbits
:
Int
)
:
Int