ReplaceData

Does a Huffman encoding/decoding to convert between 8bit and 16bit.

Constructors

this
this()
Undocumented in source.

Members

Functions

addReplaceAttr
void addReplaceAttr(ubyte f, ushort t)

Adds a new replaceattribute

decodeBitmap
ushort[] decodeBitmap(ubyte[] data)

Decodes bitmap with the preprogrammed dictionary.

encodeBitmap
ubyte[] encodeBitmap(ushort[] data)

Decodes bitmap with the preprogrammed dictionary.

Variables

dest
ushort[] dest;
Undocumented in source.
src
ubyte[] src;
Undocumented in source.

Meta