|
||||||||||
|
||||||||||
| 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.Struct
The structure of a single code in a Huffman table
| Field Summary | |
int |
code
Stores the base code |
int |
codeBits
Stores the number of bits in entire code |
int |
mode
Stores the table mode switch |
int |
prefBits
Stores the number of bits in prefix |
int |
value
Stores the base value |
| Constructor Summary | |
Sect002.HTable.Struct()
Contructs a Structs and reads fields' values from section's data part |
|
Sect002.HTable.Struct(int prefBits,
int codeBits,
int mode,
int value,
int code)
Contructs a Structs with specified fields' values |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int prefBits
public int codeBits
public int mode
public int value
public int code
| Constructor Detail |
public Sect002.HTable.Struct(int prefBits,
int codeBits,
int mode,
int value,
int code)
prefBits - the number of bits in prefixcodeBits - the number of bits in entire codemode - the table mode switchvalue - the base valuecode - the base code
public Sect002.HTable.Struct()
throws java.lang.Exception
java.lang.Exception - if any error occours
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||