LzBinTree

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var _pos: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun create(historySize: Int, keepAddBufferBefore: Int, matchMaxLen: Int, keepAddBufferAfter: Int): Boolean
fun create(keepSizeBefore: Int, keepSizeAfter: Int, keepSizeReserv: Int)
Link copied to clipboard
fun getIndexByte(index: Int): Byte
Link copied to clipboard
fun getMatches(distances: IntArray): Int
Link copied to clipboard
fun getMatchLen(index: Int, distance: Int, limit: Int): Int
Link copied to clipboard
Link copied to clipboard
open override fun init()
Link copied to clipboard
open override fun movePos()
Link copied to clipboard
fun reduceOffsets(subValue: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setType(numHashBytes: Int)
Link copied to clipboard
fun skip(num: Int)