@Internal public class UnimplementedHemfPlusRecord extends java.lang.Object implements HemfPlusRecord
| Constructor and Description |
|---|
UnimplementedHemfPlusRecord() |
| Modifier and Type | Method and Description |
|---|---|
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
byte[] |
getRecordBytes() |
long |
init(LittleEndianInputStream leis,
long dataSize,
long recordId,
int flags)
Init record from stream
|
public HemfPlusRecordType getEmfPlusRecordType()
getEmfPlusRecordType in interface HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
HemfPlusRecordinit in interface HemfPlusRecordleis - 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 malformedpublic byte[] getRecordBytes()