Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.connect.afinion.packages
Class AbstractPart

java.lang.Object
  extended by ch.elexis.connect.afinion.packages.AbstractPart
Direct Known Subclasses:
FooterPart, HeaderPart, SubRecordPart

public abstract class AbstractPart
extends java.lang.Object


Constructor Summary
AbstractPart()
           
 
Method Summary
protected  float getFloat(byte[] bytes, int pos)
           
protected  int getInteger(byte[] bytes, int pos)
           
protected  java.lang.String getString(byte[] bytes, int pos, int length)
           
abstract  int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPart

public AbstractPart()
Method Detail

length

public abstract int length()

getInteger

protected int getInteger(byte[] bytes,
                         int pos)

getFloat

protected float getFloat(byte[] bytes,
                         int pos)

getString

protected java.lang.String getString(byte[] bytes,
                                     int pos,
                                     int length)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013