static class ELFAnalyser.ELFSectionHeaders
extends java.lang.Object
| Constructor | Description |
|---|---|
ELFSectionHeaders(boolean _64bit,
boolean bigEndian,
java.nio.ByteBuffer headerData,
java.io.RandomAccessFile raf) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ELFAnalyser.ELFSectionHeaderEntry> |
getEntries() |
public ELFSectionHeaders(boolean _64bit,
boolean bigEndian,
java.nio.ByteBuffer headerData,
java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<ELFAnalyser.ELFSectionHeaderEntry> getEntries()