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
IOException
public Coff(RandomAccessFile file, long offset) throws IOException
IOException
public Coff.FileHeader getFileHeader() throws IOException
IOException
public Coff.OptionalHeader getOptionalHeader() throws IOException
IOException
public Coff.SectionHeader[] getSectionHeaders() throws IOException
IOException
public Coff.Symbol[] getSymbols() throws IOException
IOException
public byte[] getStringTable() throws IOException
IOException
public static String[] getStringTable(byte[] bytes)
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.