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
/
OfflineSorter
/
ByteSequencesWriter
Byte
Sequences
Writer
class
ByteSequencesWriter
(
val
out
:
IndexOutput
)
:
AutoCloseable
Members
Constructors
Byte
Sequences
Writer
Link copied to clipboard
constructor
(
out
:
IndexOutput
)
Properties
out
Link copied to clipboard
val
out
:
IndexOutput
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
write
Link copied to clipboard
fun
write
(
bytes
:
ByteArray
)
fun
write
(
ref
:
BytesRef
)
fun
write
(
bytes
:
ByteArray
,
off
:
Int
,
len
:
Int
)