@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 HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic void init(byte[] recordBytes,
int recordId,
int flags)
throws java.io.IOException
init in interface HemfPlusRecordrecordBytes - 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.IOExceptionpublic byte[] getRecordBytes()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.