Package com.sun.jna
Class ELFAnalyser.ELFSectionHeaders
- java.lang.Object
-
- com.sun.jna.ELFAnalyser.ELFSectionHeaders
-
- Enclosing class:
- ELFAnalyser
static class ELFAnalyser.ELFSectionHeaders extends Object
-
-
Constructor Summary
Constructors Constructor Description ELFSectionHeaders(boolean _64bit, boolean bigEndian, ByteBuffer headerData, RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ELFAnalyser.ELFSectionHeaderEntry>
getEntries()
-
-
-
Constructor Detail
-
ELFSectionHeaders
public ELFSectionHeaders(boolean _64bit, boolean bigEndian, ByteBuffer headerData, RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getEntries
public List<ELFAnalyser.ELFSectionHeaderEntry> getEntries()
-
-