Table

class Table(var bulk: Int = 0, var nentries: Int = 0, var entries: Array<GifDec.Entry> = emptyArray())

Constructors

Link copied to clipboard
constructor(bulk: Int = 0, nentries: Int = 0, entries: Array<GifDec.Entry> = emptyArray())

Properties

Link copied to clipboard
var bulk: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun resize(count: Int)