@Internal public class HemfPlusHeader extends 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) |
String |
toString() |
public HemfPlusRecordType getRecordType()
getRecordType in interface HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic void init(byte[] dataBytes,
int recordId,
int flags)
throws 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 - flagsIOExceptionpublic long getVersion()
public long getEmfPlusFlags()
public long getLogicalDpiX()
public long getLogicalDpiY()
Copyright © 2010 - 2020 Adobe. All Rights Reserved