joeq.Linker.ELF
Class Section.UnloadedSection

java.lang.Object
  extended by joeq.Linker.ELF.Section.UnloadedSection
Enclosing class:
Section

public static class Section.UnloadedSection
extends Object


Constructor Summary
Section.UnloadedSection(ELF file)
           
 
Method Summary
 Section parseHeader()
           
 void readHeader(ELF file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section.UnloadedSection

public Section.UnloadedSection(ELF file)
                        throws IOException
Throws:
IOException
Method Detail

readHeader

public void readHeader(ELF file)
                throws IOException
Throws:
IOException

parseHeader

public Section parseHeader()
                    throws IOException
Throws:
IOException


Copyright © 2001-2005 John Whaley. All Rights Reserved.