AbstractBlockPackedWriter

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun add(l: Long)

Append a new long.

Link copied to clipboard
Link copied to clipboard
fun finish()

Flush all buffered data to disk. This instance is not usable anymore after this method has been called until .reset has been called.

Link copied to clipboard
fun ord(): Long

Return the number of values which have been added.

Link copied to clipboard
fun reset(out: DataOutput)

Reset this writer to wrap out. The block size remains unchanged.