org.apache.poi.hemf.hemfplus.record
Class UnimplementedHemfPlusRecord

java.lang.Object
  extended by org.apache.poi.hemf.hemfplus.record.UnimplementedHemfPlusRecord
All Implemented Interfaces:
HemfPlusRecord

@Internal
public class UnimplementedHemfPlusRecord
extends java.lang.Object
implements HemfPlusRecord


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

UnimplementedHemfPlusRecord

public UnimplementedHemfPlusRecord()
Method Detail

getRecordType

public HemfPlusRecordType getRecordType()
Specified by:
getRecordType in interface HemfPlusRecord

getFlags

public int getFlags()
Specified by:
getFlags in interface HemfPlusRecord

init

public void init(byte[] recordBytes,
                 int recordId,
                 int flags)
          throws java.io.IOException
Specified by:
init in interface HemfPlusRecord
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 id
flags - flags
Throws:
java.io.IOException

getRecordBytes

public byte[] getRecordBytes()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.