Class UnimplementedHemfPlusRecord
java.lang.Object
org.apache.poi.hemf.hemfplus.record.UnimplementedHemfPlusRecord
- All Implemented Interfaces:
HemfPlusRecord
-
Constructor Details
-
UnimplementedHemfPlusRecord
public UnimplementedHemfPlusRecord()
-
-
Method Details
-
getRecordType
- Specified by:
getRecordType
in interfaceHemfPlusRecord
-
getFlags
public int getFlags()- Specified by:
getFlags
in interfaceHemfPlusRecord
-
init
- Specified by:
init
in interfaceHemfPlusRecord
- Parameters:
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
- flags- Throws:
IOException
-
getRecordBytes
public byte[] getRecordBytes()
-