Class XCOFFBinaryArchive
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.utils.BinaryFile
org.eclipse.cdt.utils.xcoff.parser.XCOFFBinaryArchive
- All Implemented Interfaces:
- IBinaryParser.IBinaryArchive,- IBinaryParser.IBinaryFile,- org.eclipse.core.runtime.IAdaptable
XCOFF32 binary archive
- 
Field SummaryFields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFileARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
- 
Constructor SummaryConstructorsConstructorDescriptionXCOFFBinaryArchive(IBinaryParser parser, org.eclipse.core.runtime.IPath path) 
- 
Method SummaryMethods inherited from class org.eclipse.cdt.utils.BinaryFilegetBinaryParser, getContents, getPath, getType, hasChangedMethods inherited from class org.eclipse.core.runtime.PlatformObjectgetAdapterMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFilegetBinaryParser, getContents, getPath, getType
- 
Constructor Details- 
XCOFFBinaryArchivepublic XCOFFBinaryArchive(IBinaryParser parser, org.eclipse.core.runtime.IPath path) throws IOException - Parameters:
- parser-
- path-
- Throws:
- IOException
 
 
- 
- 
Method Details- 
getObjects- Specified by:
- getObjectsin interface- IBinaryParser.IBinaryArchive
 
 
-