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
IOExceptionpublic XCoff32(String filename, long offset) throws IOException
IOExceptionpublic XCoff32.Attribute getAttributes()
public XCoff32.FileHeader getFileHeader() throws IOException
IOExceptionpublic XCoff32.OptionalHeader getOptionalHeader() throws IOException
IOExceptionpublic XCoff32.SectionHeader[] getSectionHeaders() throws IOException
IOExceptionpublic XCoff32.Symbol[] getSymbols() throws IOException
IOExceptionpublic byte[] getStringTable()
throws IOException
IOExceptionpublic void dispose()
throws IOException
IOExceptionpublic static void main(String[] args)
public static boolean isXCOFF32Header(byte[] hints)
public static XCoff32.Attribute getAttributes(byte[] hints) throws IOException
IOExceptionpublic static XCoff32.Attribute getAttributes(String file) throws IOException
IOExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.