ChunkLargeOffsetBox

class ChunkLargeOffsetBox(chunkOffsetEntries: List<Long>) : BaseChunkOffsetBox<Long>

Constructors

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

Properties

Link copied to clipboard
protected var chunkOffsetEntries: List<Long>
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: Long)
Link copied to clipboard
Link copied to clipboard
open override fun write(output: ByteBuffer)