BaseChunkOffsetBox

abstract class BaseChunkOffsetBox<T>(type: String, var chunkOffsetEntries: List<T>) : FullBox

Inheritors

Constructors

Link copied to clipboard
constructor(type: String, chunkOffsetEntries: List<T>)

Properties

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

Functions

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