|
||||||||||
|
||||||||||
| 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.Sect001
The structure of Section 1 with a method to read tags from data part
| Field Summary |
| Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
data, head, indx, log |
| Constructor Summary | |
Sect001()
Constructs a Sect1 with an anonymous logger |
|
Sect001(java.util.logging.Logger log)
Constructs a Sect1 that uses a specific logger |
|
| Method Summary | |
byte[][] |
readTag(int tag)
Searches for a specified tag in the data part and reads its content, if found |
| Methods inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
Load, Parse, PrnInfo, readByte, readFully, readInt, readShort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Sect001()
public Sect001(java.util.logging.Logger log)
log - the logger to be used| Method Detail |
public byte[][] readTag(int tag)
tag - the number of the tag to be read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||