@Internal public interface HemfPlusRecord
| Modifier and Type | Method and Description |
|---|---|
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
long |
init(LittleEndianInputStream leis,
long dataSize,
long recordId,
int flags)
Init record from stream
|
HemfPlusRecordType getEmfPlusRecordType()
int getFlags()
long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
leis - the little endian input streamdataSize - the size limit for this recordrecordId - the id of the HemfPlusRecordTypeflags - the record flagsjava.io.IOException - when the inputstream is malformed