@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 HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic void init(byte[] dataBytes,
int recordId,
int flags)
throws java.io.IOException
init in interface HemfPlusRecorddataBytes - 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.IOExceptionpublic long getVersion()
public long getEmfPlusFlags()
public long getLogicalDpiX()
public long getLogicalDpiY()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2018 The Apache Software Foundation or its licensors, as applicable.