Class to decompress base88 compressed character list.
| Instance Method Summary | |
addChars_(?Array list, number lastcode, number value, number type) ⇒ numberAdd character(s) specified by the value and type to given list and return the next character in the sequence. | |
buildCharMap_(string str)Builds the map from ascii characters used for the base88 scheme to number each character represents. | |
getCodeAt_(string str, number start, number leng) ⇒ numberGets the number encoded in base88 scheme by a substring of given length and placed at the a given position of the string. | |
toCharList(string str) ⇒ ?ArrayGets the list of characters specified in the given string by base 88 scheme. | |