ChunkOffsetBox

class ChunkOffsetBox(chunkOffsetEntries: List<Int>) : BaseChunkOffsetBox<Int>

Constructors

Link copied to clipboard
constructor(chunkOffsetEntries: List<Int>)

Properties

Link copied to clipboard
protected var chunkOffsetEntries: List<Int>
Link copied to clipboard
open override val size: Int
Link copied to clipboard
protected val version: Byte

Functions

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