- java.lang.Object
- 
- com.ibm.j9ddr.corereaders.aix.XCOFFReader
 
- 
- All Implemented Interfaces:
- IModuleFile
 
 public class XCOFFReader extends Object implements IModuleFile XCOFF spec here: http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/XCOFF.htm
- 
- 
Field SummaryFields Modifier and Type Field Description static shortF_AR32Wstatic shortF_DYNLOADstatic shortF_EXECstatic shortF_LNNOstatic shortF_LOADONLYstatic shortF_RELFLGstatic shortF_SHROBJstatic intSTYP_BSSstatic intSTYP_DATAstatic intSTYP_DEBUGstatic intSTYP_EXCEPTstatic intSTYP_INFOstatic intSTYP_LOADERstatic intSTYP_OVRFLOstatic intSTYP_PADstatic intSTYP_REGstatic intSTYP_TBSSstatic intSTYP_TDATAstatic intSTYP_TEXTstatic intSTYP_TYPCHK
 - 
Constructor SummaryConstructors Constructor Description XCOFFReader(File library)XCOFFReader(File library, long l, long m)XCOFFReader(String libraryName, ImageInputStream in, long l, long m)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longbaseFileOffset()voidclose()longlogicalSize()- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface com.ibm.j9ddr.corereaders.IModuleFilegetProperties, getSymbols, getTextSegment
 
- 
 
- 
- 
- 
Field Detail- 
F_RELFLGpublic static final short F_RELFLG - See Also:
- Constant Field Values
 
 - 
F_EXECpublic static final short F_EXEC - See Also:
- Constant Field Values
 
 - 
F_LNNOpublic static final short F_LNNO - See Also:
- Constant Field Values
 
 - 
F_AR32Wpublic static final short F_AR32W - See Also:
- Constant Field Values
 
 - 
F_DYNLOADpublic static final short F_DYNLOAD - See Also:
- Constant Field Values
 
 - 
F_SHROBJpublic static final short F_SHROBJ - See Also:
- Constant Field Values
 
 - 
F_LOADONLYpublic static final short F_LOADONLY - See Also:
- Constant Field Values
 
 - 
STYP_REGpublic static final int STYP_REG - See Also:
- Constant Field Values
 
 - 
STYP_PADpublic static final int STYP_PAD - See Also:
- Constant Field Values
 
 - 
STYP_TEXTpublic static final int STYP_TEXT - See Also:
- Constant Field Values
 
 - 
STYP_DATApublic static final int STYP_DATA - See Also:
- Constant Field Values
 
 - 
STYP_BSSpublic static final int STYP_BSS - See Also:
- Constant Field Values
 
 - 
STYP_EXCEPTpublic static final int STYP_EXCEPT - See Also:
- Constant Field Values
 
 - 
STYP_INFOpublic static final int STYP_INFO - See Also:
- Constant Field Values
 
 - 
STYP_TDATApublic static final int STYP_TDATA - See Also:
- Constant Field Values
 
 - 
STYP_TBSSpublic static final int STYP_TBSS - See Also:
- Constant Field Values
 
 - 
STYP_LOADERpublic static final int STYP_LOADER - See Also:
- Constant Field Values
 
 - 
STYP_DEBUGpublic static final int STYP_DEBUG - See Also:
- Constant Field Values
 
 - 
STYP_TYPCHKpublic static final int STYP_TYPCHK - See Also:
- Constant Field Values
 
 - 
STYP_OVRFLOpublic static final int STYP_OVRFLO - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
XCOFFReaderpublic XCOFFReader(File library) throws IOException - Throws:
- IOException
 
 - 
XCOFFReaderpublic XCOFFReader(File library, long l, long m) throws IOException - Throws:
- IOException
 
 - 
XCOFFReaderpublic XCOFFReader(String libraryName, ImageInputStream in, long l, long m) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
baseFileOffsetpublic long baseFileOffset() 
 - 
logicalSizepublic long logicalSize() 
 - 
closepublic void close() throws IOException- Throws:
- IOException
 
 
- 
 
-