korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-compression
/
korlibs.compression.lzma
/
SevenZip
/
RangeDecoder
Range
Decoder
class
RangeDecoder
Members
Constructors
Range
Decoder
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
decode
Bit
Link copied to clipboard
fun
decodeBit
(
probs
:
ShortArray
,
index
:
Int
)
:
Int
decode
Direct
Bits
Link copied to clipboard
fun
decodeDirectBits
(
numTotalBits
:
Int
)
:
Int
init
Link copied to clipboard
fun
init
(
)
release
Stream
Link copied to clipboard
fun
releaseStream
(
)
set
Stream
Link copied to clipboard
fun
setStream
(
stream
:
SevenZip.LzmaInputStream
)