RootEncoder
Toggle table of contents
2.8.0
release
Target filter
release
Switch theme
Search in API
Skip to content
RootEncoder
common
/
com.pedro.common
/
BitBuffer
Bit
Buffer
class
BitBuffer
(
val
buffer
:
ByteBuffer
)
Created by pedro on 9/12/23.
Members
Constructors
Bit
Buffer
Link copied to clipboard
constructor
(
buffer
:
ByteBuffer
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bit
Remaining
Link copied to clipboard
val
bitRemaining
:
Int
buffer
Link copied to clipboard
val
buffer
:
ByteBuffer
buffer
Position
Link copied to clipboard
var
bufferPosition
:
Int
remaining
Link copied to clipboard
val
remaining
:
Int
Functions
get
Bool
Link copied to clipboard
fun
getBool
(
)
:
Boolean
get
Int
Link copied to clipboard
fun
getInt
(
i
:
Int
)
:
Int
get
Long
Link copied to clipboard
fun
getLong
(
i
:
Int
)
:
Long
read
UE
Link copied to clipboard
fun
readUE
(
)
:
Int
read
UVLC
Link copied to clipboard
fun
readUVLC
(
)
:
Long
reset
Position
Link copied to clipboard
fun
resetPosition
(
)
skip
Link copied to clipboard
fun
skip
(
i
:
Int
)
skip
Bool
Link copied to clipboard
fun
skipBool
(
)