ifc.bim.openecg.jtools.jparser
Class Sect001

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.SectGen
        |
        +--ifc.bim.openecg.jtools.jparser.Sect001

public class Sect001
extends SectGen

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

Sect001

public Sect001()
Constructs a Sect1 with an anonymous logger


Sect001

public Sect001(java.util.logging.Logger log)
Constructs a Sect1 that uses a specific logger

Parameters:
log - the logger to be used
Method Detail

readTag

public byte[][] readTag(int tag)
Searches for a specified tag in the data part and reads its content, if found

Parameters:
tag - the number of the tag to be read