Modifier and Type | Field and Description |
---|---|
static int |
AOUTHDRSZ |
int |
bsize |
int |
data_start |
int |
dsize |
int |
entry |
short |
magic |
int |
text_start |
int |
tsize |
short |
vstamp |
Constructor and Description |
---|
OptionalHeader(RandomAccessFile file) |
OptionalHeader(RandomAccessFile file,
long offset) |
public static final int AOUTHDRSZ
public short magic
public short vstamp
public int tsize
public int dsize
public int bsize
public int entry
public int text_start
public int data_start
public OptionalHeader(RandomAccessFile file) throws IOException
IOException
public OptionalHeader(RandomAccessFile file, long offset) throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.