@Internal public interface HemfPlusRecord
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
HemfPlusRecordType |
getRecordType() |
void |
init(byte[] dataBytes,
int recordId,
int flags) |
HemfPlusRecordType getRecordType()
int getFlags()
void init(byte[] dataBytes,
int recordId,
int flags)
throws java.io.IOException
dataBytes - 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 - flagsIOException, - RecordFormatExceptionjava.io.IOExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.