@Internal public class UnimplementedHemfPlusRecord extends java.lang.Object implements HemfPlusRecord
Constructor and Description |
---|
UnimplementedHemfPlusRecord() |
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
byte[] |
getRecordBytes() |
HemfPlusRecordType |
getRecordType() |
void |
init(byte[] recordBytes,
int recordId,
int flags) |
public HemfPlusRecordType getRecordType()
getRecordType
in interface HemfPlusRecord
public int getFlags()
getFlags
in interface HemfPlusRecord
public void init(byte[] recordBytes, int recordId, int flags) throws java.io.IOException
init
in interface HemfPlusRecord
recordBytes
- 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
- flagsjava.io.IOException
public byte[] getRecordBytes()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.