|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hemf.hemfplus.record.UnimplementedHemfPlusRecord
@Internal public class UnimplementedHemfPlusRecord
Constructor Summary | |
---|---|
UnimplementedHemfPlusRecord()
|
Method Summary | |
---|---|
int |
getFlags()
|
byte[] |
getRecordBytes()
|
HemfPlusRecordType |
getRecordType()
|
void |
init(byte[] recordBytes,
int recordId,
int flags)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnimplementedHemfPlusRecord()
Method Detail |
---|
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
- flags
java.io.IOException
public byte[] getRecordBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |