PaletteData<T> class

Constructors

PaletteData({required BitCodec<T> codec})
PaletteData.fromBitBuffer({required BitCodec<T> codec, required BitBuffer buf})
factory
PaletteData.fromBitBufferReader({required BitCodec<T> codec, required BitBufferReader reader})
factory

Properties

codec BitCodec<T>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllData() List<T>
getAllEntries() List<int>
getEntryBits() int
getEntrySize() int
getPaletteSize() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBitBuffer([BitBufferWriter? writer]) BitBuffer
toString() String
A string representation of this object.
inherited
write(T t) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited