ch.elexis.connect.afinion.packages
Class AbstractPart
java.lang.Object
ch.elexis.connect.afinion.packages.AbstractPart
- Direct Known Subclasses:
- FooterPart, HeaderPart, SubRecordPart
public abstract class AbstractPart
- extends java.lang.Object
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 |
AbstractPart
public AbstractPart()
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)