Class PEBinaryArchive64
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.cdt.utils.BinaryFile
-
- org.eclipse.cdt.utils.coff.parser.PEBinaryArchive64
-
- All Implemented Interfaces:
IBinaryParser.IBinaryArchive,IBinaryParser.IBinaryFile,org.eclipse.core.runtime.IAdaptable
- Direct Known Subclasses:
CygwinPEBinaryArchive64
public class PEBinaryArchive64 extends BinaryFile implements IBinaryParser.IBinaryArchive
- Since:
- 6.9
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
-
Constructor Summary
Constructors Constructor Description PEBinaryArchive64(PEParser64 parser, org.eclipse.core.runtime.IPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddArchiveMembers(AR.ARHeader[] headers, java.util.ArrayList<IBinaryParser.IBinaryObject> children2)IBinaryParser.IBinaryObject[]getObjects()-
Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getContents, getPath, getType, hasChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
-
-
-
-
Constructor Detail
-
PEBinaryArchive64
public PEBinaryArchive64(PEParser64 parser, org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getObjects
public IBinaryParser.IBinaryObject[] getObjects()
- Specified by:
getObjectsin interfaceIBinaryParser.IBinaryArchive- See Also:
IBinaryParser.IBinaryArchive.getObjects()
-
addArchiveMembers
protected void addArchiveMembers(AR.ARHeader[] headers, java.util.ArrayList<IBinaryParser.IBinaryObject> children2)
- Parameters:
headers-children2-
-
-