|
||||||||||
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--ifc.bim.openecg.jtools.jparser.SectGen
|
+--ifc.bim.openecg.jtools.jparser.Sect002
The structure of Section 2 with methods to parse data
| Nested Class Summary | |
class |
Sect002.HTable
The structure of a Huffman table |
| Field Summary | |
Sect002.HTable[] |
tables
Stores Huffman tables |
int |
tabNum
Stores the number of Huffman tables |
| Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
data, head, indx, log |
| Constructor Summary | |
Sect002()
Constructs a Sect2 with an anonymous logger |
|
Sect002(java.util.logging.Logger log)
Constructs a Sect2 that uses a specific logger |
|
| Method Summary | |
boolean |
decode(byte[] inpBuf,
int[] outBuf)
Decode the input sequence of Huffman codes |
void |
Parse(int lNum)
Parse the data part retrieving the value of single fields |
void |
PrnInfo()
Prints basic useful informations about this section |
| Methods inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
Load, readByte, readFully, readInt, readShort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int tabNum
public Sect002.HTable[] tables
| Constructor Detail |
public Sect002()
public Sect002(java.util.logging.Logger log)
log - the logger to be used| Method Detail |
public void Parse(int lNum)
throws java.lang.Exception
Parse in class SectGenlNum - total number of leads stored in the SCP-ECG record (irrilevant for this section)
java.lang.Exception - if any error occours during the operation
public boolean decode(byte[] inpBuf,
int[] outBuf)
inpBuf - the input sequence of Huffman codes as an array of bytesoutBuf - the byte array in wich to store the decoded sequence
public void PrnInfo()
PrnInfo in class SectGen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||