Class JDB2Reader.RecordDescription
java.lang.Object
com.pnfsoftware.jeb.core.dao.impl.JDB2Reader.RecordDescription
- Enclosing class:
- JDB2Reader
Definition of a JDB2 record.
-
Constructor Summary
ConstructorsConstructorDescriptionRecordDescription
(int type, int flags, Integer crcValue, long dataOffset, int dataSize) -
Method Summary
-
Constructor Details
-
RecordDescription
-
-
Method Details
-
getType
public int getType() -
getFlags
public int getFlags() -
getCrcValue
public int getCrcValue() -
getOffsetToData
public long getOffsetToData() -
getSizeOfData
public int getSizeOfData()
-