Package-level declarations

Types

Link copied to clipboard
data object Base37

A helper class for base-37 encoding and decoding of strings.

Link copied to clipboard
data class HuffmanCodec(bits: IntArray, codewords: IntArray, lookupTree: IntArray)

Huffman codec implementation. This implementation was shared by Graham on Rune-Server. The below implementation has been converted to Kotlin and slightly cleaned up.