Uses of Class
jp.gr.java_conf.dangan.util.lha.BadHuffmanTableException
-
Packages that use BadHuffmanTableException Package Description jp.gr.java_conf.dangan.util.lha -
-
Uses of BadHuffmanTableException in jp.gr.java_conf.dangan.util.lha
Methods in jp.gr.java_conf.dangan.util.lha that throw BadHuffmanTableException Modifier and Type Method Description static short[]
StaticHuffman. createTable(int[] LenList)
LenList ?????A?n?t?}???????p???e?[?u???????????Bstatic short[][]
StaticHuffman. createTableAndTree(int[] LenList, int TableBits)
LenList ?????A?n?t?}???????p???e?[?u???????????????B ?e?[?u???? TableBits ???????????????A?????????????????????i?[???????B
?????l?? new short[][]{ Table, Tree[0], Tree[1] } ???????B
?e?[?u????????????????????????????????????A?????l???????????A ???????????????????R?[?h???S?r?b?g???]???????????????B ?????l?????????????? ?????????????????? index ???????A Tree[bit][index] ?????????g?p?????Bstatic int[]
StaticHuffman. LenListToCodeList(int[] LenList)
?n?t?}?????????????X?g???? ?n?t?}???????\??????????B
-