public static class WMF.NativeHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
APMHEADER_KEY |
Constructor and Description |
---|
NativeHeader(byte[] data,
int pos) |
NativeHeader(java.awt.Rectangle dim) |
Modifier and Type | Method and Description |
---|---|
int |
getChecksum()
Returns a checksum value for the previous 10 shorts in the header.
|
int |
getLength() |
java.awt.Dimension |
getSize() |
void |
write(java.io.OutputStream out) |
public static final int APMHEADER_KEY
public NativeHeader(java.awt.Rectangle dim)
public NativeHeader(byte[] data, int pos)
public int getChecksum()
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public java.awt.Dimension getSize()
public int getLength()
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.