Coff64.
This class is planned for removal in next major release.@Deprecated public class Coff extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Coff.FileHeader
Deprecated.
|
static class |
Coff.Lineno
Deprecated.
|
static class |
Coff.OptionalHeader
Deprecated.
|
static class |
Coff.Reloc
Deprecated.
|
static class |
Coff.SectionHeader
Deprecated.
|
static class |
Coff.Symbol
Deprecated.
|
| Constructor and Description |
|---|
Coff(RandomAccessFile file,
long offset)
Deprecated.
|
Coff(String filename)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Coff.FileHeader |
getFileHeader()
Deprecated.
|
Coff.OptionalHeader |
getOptionalHeader()
Deprecated.
|
Coff.SectionHeader[] |
getSectionHeaders()
Deprecated.
|
byte[] |
getStringTable()
Deprecated.
|
static String[] |
getStringTable(byte[] bytes)
Deprecated.
|
Coff.Symbol[] |
getSymbols()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final String NL
public Coff(String filename) throws IOException
IOExceptionpublic Coff(RandomAccessFile file, long offset) throws IOException
IOExceptionpublic Coff.FileHeader getFileHeader() throws IOException
IOExceptionpublic Coff.OptionalHeader getOptionalHeader() throws IOException
IOExceptionpublic Coff.SectionHeader[] getSectionHeaders() throws IOException
IOExceptionpublic Coff.Symbol[] getSymbols() throws IOException
IOExceptionpublic byte[] getStringTable()
throws IOException
IOExceptionpublic static String[] getStringTable(byte[] bytes)
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.