Entry

data class Entry(count: Int, val delta: Int) : ByteBufferWriter

Constructors

Link copied to clipboard
constructor(count: Int, delta: Int)

Properties

Link copied to clipboard
val delta: Int
Link copied to clipboard
open override val size: Int = 8

Functions

Link copied to clipboard
Link copied to clipboard
open override fun write(output: ByteBuffer)