@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 HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
HemfPlusRecordinit in interface HemfPlusRecordleis - the little endian input streamdataSize - the size limit for this recordrecordId - the id of the HemfPlusRecordTypeflags - 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