@Internal public class HemfPlusHeader extends java.lang.Object implements HemfPlusRecord
Constructor and Description |
---|
HemfPlusHeader() |
Modifier and Type | Method and Description |
---|---|
long |
getEmfPlusFlags() |
int |
getFlags() |
long |
getLogicalDpiX() |
long |
getLogicalDpiY() |
HemfPlusRecordType |
getRecordType() |
long |
getVersion() |
void |
init(byte[] dataBytes,
int recordId,
int flags) |
java.lang.String |
toString() |
public HemfPlusRecordType getRecordType()
getRecordType
in interface HemfPlusRecord
public int getFlags()
getFlags
in interface HemfPlusRecord
public void init(byte[] dataBytes, int recordId, int flags) throws java.io.IOException
init
in interface HemfPlusRecord
dataBytes
- 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
- flagsjava.io.IOException
public long getVersion()
public long getEmfPlusFlags()
public long getLogicalDpiX()
public long getLogicalDpiY()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.