public class WMF.AldusHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
APMHEADER_KEY |
int |
bottom |
int |
checksum |
int |
handle |
int |
inch |
int |
left |
int |
reserved |
int |
right |
int |
top |
Constructor and Description |
---|
AldusHeader() |
Modifier and Type | Method and Description |
---|---|
int |
getChecksum()
Returns a checksum value for the previous 10 shorts in the header.
|
int |
getSize() |
void |
read(byte[] data,
int offset) |
void |
write(java.io.OutputStream out) |
public static final int APMHEADER_KEY
public int handle
public int left
public int top
public int right
public int bottom
public int inch
public int reserved
public int checksum
public void read(byte[] data, int offset)
public int getChecksum()
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public int getSize()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.