lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util.packed
/
AbstractBlockPackedWriter
/
Companion
Companion
object
Companion
Members
Properties
BPV_
SHIFT
Link copied to clipboard
const
val
BPV_SHIFT
:
Int
=
1
MAX_
BLOCK_
SIZE
Link copied to clipboard
const
val
MAX_BLOCK_SIZE
:
Int
MIN_
BLOCK_
SIZE
Link copied to clipboard
const
val
MIN_BLOCK_SIZE
:
Int
=
64
MIN_
VALUE_
EQUALS_
0
Link copied to clipboard
const
val
MIN_VALUE_EQUALS_0
:
Int
Functions
write
VLong
Link copied to clipboard
fun
writeVLong
(
out
:
DataOutput
,
i
:
Long
)