Interface HemfPlusRecord
- All Known Implementing Classes:
HemfPlusHeader
,UnimplementedHemfPlusRecord
-
Method Details
-
getRecordType
HemfPlusRecordType getRecordType() -
getFlags
int getFlags() -
init
- Parameters:
dataBytes
- these are the bytes that start after the id, flags, record size and go to the end of the record; they do not include any required padding at the end.recordId
- record type idflags
- flags- Throws:
IOException
-