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
/
LzInWindow
Lz
In
Window
open
class
LzInWindow
Inheritors
LzBinTree
Members
Constructors
Lz
In
Window
Link copied to clipboard
constructor
(
)
Properties
_
bufferBase
Link copied to clipboard
var
_bufferBase
:
ByteArray
?
_
buffer
Offset
Link copied to clipboard
var
_bufferOffset
:
Int
_
pos
Link copied to clipboard
var
_pos
:
Int
_
streamPos
Link copied to clipboard
var
_streamPos
:
Int
Functions
create
Link copied to clipboard
fun
create
(
keepSizeBefore
:
Int
,
keepSizeAfter
:
Int
,
keepSizeReserv
:
Int
)
get
Index
Byte
Link copied to clipboard
fun
getIndexByte
(
index
:
Int
)
:
Byte
get
Match
Len
Link copied to clipboard
fun
getMatchLen
(
index
:
Int
,
distance
:
Int
,
limit
:
Int
)
:
Int
get
Num
Available
Bytes
Link copied to clipboard
fun
getNumAvailableBytes
(
)
:
Int
init
Link copied to clipboard
open
fun
init
(
)
move
Pos
Link copied to clipboard
open
fun
movePos
(
)
reduce
Offsets
Link copied to clipboard
fun
reduceOffsets
(
subValue
:
Int
)
release
Stream
Link copied to clipboard
fun
releaseStream
(
)
set
Stream
Link copied to clipboard
fun
setStream
(
stream
:
SevenZip.LzmaInputStream
)