|
||||||||||
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ifc.bim.openecg.jtools.jparser.Sect002.HTable
The structure of a Huffman table
| Nested Class Summary | |
class |
Sect002.HTable.Struct
The structure of a single code in a Huffman table |
| Field Summary | |
int |
strNum
Stores the number of structures in table |
Sect002.HTable.Struct[] |
structs
Stores the structures |
| Constructor Summary | |
Sect002.HTable()
Constructs a HTable with default structures |
|
Sect002.HTable(java.lang.String param)
Constructs a HTable and read structures from section's data part |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int strNum
public Sect002.HTable.Struct[] structs
| Constructor Detail |
public Sect002.HTable()
public Sect002.HTable(java.lang.String param)
throws java.lang.Exception
param - used to distinguish this contructor from the one that loads he defoult values
java.lang.Exception - if any error occurs during the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||