lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.codecs.cranky
/
CrankyCompoundFormat
Cranky
Compound
Format
class
CrankyCompoundFormat
(
var
delegate
:
CompoundFormat
,
var
random
:
Random
)
:
CompoundFormat
Members
Constructors
Cranky
Compound
Format
Link copied to clipboard
constructor
(
delegate
:
CompoundFormat
,
random
:
Random
)
Properties
delegate
Link copied to clipboard
var
delegate
:
CompoundFormat
random
Link copied to clipboard
var
random
:
Random
Functions
get
Compound
Reader
Link copied to clipboard
open
override
fun
getCompoundReader
(
dir
:
Directory
,
si
:
SegmentInfo
)
:
CompoundDirectory
write
Link copied to clipboard
open
override
fun
write
(
dir
:
Directory
,
si
:
SegmentInfo
,
context
:
IOContext
)