@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 HemfPlusRecordType
flags
- the record flagsjava.io.IOException
- when the inputstream is malformedCopyright 2019 The Apache Software Foundation or its licensors, as applicable.