Package org.apache.poi.hwmf.record
Class HwmfEscape.WmfEscapeUnknownData
java.lang.Object
org.apache.poi.hwmf.record.HwmfEscape.WmfEscapeUnknownData
- All Implemented Interfaces:
GenericRecord,HwmfEscape.HwmfEscapeData
- Enclosing class:
HwmfEscape
public static class HwmfEscape.WmfEscapeUnknownData
extends Object
implements HwmfEscape.HwmfEscapeData, GenericRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intinit(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
WmfEscapeUnknownData
public WmfEscapeUnknownData()
-
-
Method Details
-
getEscapeDataBytes
public byte[] getEscapeDataBytes() -
init
public int init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws IOException - Specified by:
initin interfaceHwmfEscape.HwmfEscapeData- Throws:
IOException
-
toString
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-