ifc.bim.openecg.jtools.jparser
Class Sect000.Pointer

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect000.Pointer
Enclosing class:
Sect000

public class Sect000.Pointer
extends java.lang.Object

The structure of a section pointer


Field Summary
 int id
          Stores the section id
 int idx
          Stores the section starting position
 int len
          Stores the section length
 
Constructor Summary
Sect000.Pointer()
          Constructs a Pointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Stores the section id


len

public int len
Stores the section length


idx

public int idx
Stores the section starting position

Constructor Detail

Sect000.Pointer

public Sect000.Pointer()
Constructs a Pointer