public class XCoff32 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XCoff32.Attribute |
static class |
XCoff32.FileHeader |
static class |
XCoff32.OptionalHeader |
static class |
XCoff32.SectionHeader |
class |
XCoff32.Symbol |
Modifier | Constructor and Description |
---|---|
protected |
XCoff32() |
|
XCoff32(String filename) |
|
XCoff32(String filename,
long offset) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
XCoff32.Attribute |
getAttributes() |
static XCoff32.Attribute |
getAttributes(byte[] hints) |
static XCoff32.Attribute |
getAttributes(String file) |
XCoff32.FileHeader |
getFileHeader() |
XCoff32.OptionalHeader |
getOptionalHeader() |
XCoff32.SectionHeader[] |
getSectionHeaders() |
byte[] |
getStringTable() |
XCoff32.Symbol[] |
getSymbols() |
static boolean |
isXCOFF32Header(byte[] hints) |
static void |
main(String[] args) |
String |
toString() |
public static final String NL
protected XCoff32()
public XCoff32(String filename) throws IOException
IOException
public XCoff32(String filename, long offset) throws IOException
IOException
public XCoff32.Attribute getAttributes()
public XCoff32.FileHeader getFileHeader() throws IOException
IOException
public XCoff32.OptionalHeader getOptionalHeader() throws IOException
IOException
public XCoff32.SectionHeader[] getSectionHeaders() throws IOException
IOException
public XCoff32.Symbol[] getSymbols() throws IOException
IOException
public byte[] getStringTable() throws IOException
IOException
public void dispose() throws IOException
IOException
public static void main(String[] args)
public static boolean isXCOFF32Header(byte[] hints)
public static XCoff32.Attribute getAttributes(byte[] hints) throws IOException
IOException
public static XCoff32.Attribute getAttributes(String file) throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.