@Internal public class HemfPlusHeader extends java.lang.Object implements HemfPlusRecord
Constructor and Description |
---|
HemfPlusHeader() |
Modifier and Type | Method and Description |
---|---|
long |
getEmfPlusFlags() |
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
long |
getLogicalDpiX() |
long |
getLogicalDpiY() |
long |
getVersion() |
long |
init(LittleEndianInputStream leis,
long dataSize,
long recordId,
int flags)
Init record from stream
|
java.lang.String |
toString() |
public HemfPlusRecordType getEmfPlusRecordType()
getEmfPlusRecordType
in interface HemfPlusRecord
public int getFlags()
getFlags
in interface HemfPlusRecord
public long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
HemfPlusRecord
init
in interface HemfPlusRecord
leis
- the little endian input streamdataSize
- the size limit for this recordrecordId
- the id of the HemfPlusRecordType
flags
- the record flagsjava.io.IOException
- when the inputstream is malformedpublic long getVersion()
public long getEmfPlusFlags()
public long getLogicalDpiX()
public long getLogicalDpiY()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.