ifc.bim.openecg.jtools.jparser
Class Sect009

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

public class Sect009
extends SectGen

The structure of Section 9


Field Summary
 
Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen
data, head, indx, log
 
Constructor Summary
Sect009()
          Constructs a Sect9 with an anonymous logger
Sect009(java.util.logging.Logger log)
          Constructs a Sect9 that uses a specific logger
 
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

Sect009

public Sect009()
Constructs a Sect9 with an anonymous logger


Sect009

public Sect009(java.util.logging.Logger log)
Constructs a Sect9 that uses a specific logger

Parameters:
log - the logger to be used