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
,GNUPEBinaryArchive64
- Since:
- 6.9
-
Field Summary
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addArchiveMembers
(AR.ARHeader[] headers, ArrayList<IBinaryParser.IBinaryObject> children2) Deprecated.protected IBinaryParser.IBinaryObject[]
createArchiveMembers
(AR.ARHeader[] headers) Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getContents, getPath, getType, hasChanged
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
-
Constructor Details
-
PEBinaryArchive64
- Throws:
IOException
-
-
Method Details
-
getObjects
- Specified by:
getObjects
in interfaceIBinaryParser.IBinaryArchive
- See Also:
-
createArchiveMembers
- Since:
- 8.4
-
addArchiveMembers
@Deprecated protected void addArchiveMembers(AR.ARHeader[] headers, ArrayList<IBinaryParser.IBinaryObject> children2) Deprecated.- Parameters:
headers
-children2
-
-
createArchiveMembers(ARHeader[])