ifc.bim.openecg.jtools.jparser
Class Sect011

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

public class Sect011
extends SectGen

The structure of Section 11


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

Sect011

public Sect011()
Constructs a Sect11 with an anonymous logger


Sect011

public Sect011(java.util.logging.Logger log)
Constructs a Sect11 that uses a specific logger

Parameters:
log - the logger to be used