Package com.sun.jna
Class ELFAnalyser.ELFSectionHeaders
- java.lang.Object
- 
- com.sun.jna.ELFAnalyser.ELFSectionHeaders
 
- 
- Enclosing class:
- ELFAnalyser
 
 static class ELFAnalyser.ELFSectionHeaders extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ELFSectionHeaders(boolean _64bit, boolean bigEndian, java.nio.ByteBuffer headerData, java.io.RandomAccessFile raf)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ELFAnalyser.ELFSectionHeaderEntry>getEntries()
 
- 
- 
- 
Method Detail- 
getEntriespublic java.util.List<ELFAnalyser.ELFSectionHeaderEntry> getEntries() 
 
- 
 
-