Class XCOFF32Parser
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.core.AbstractCExtension
org.eclipse.cdt.utils.xcoff.parser.XCOFF32Parser
- All Implemented Interfaces:
- IBinaryParser,- ICExtension,- org.eclipse.core.runtime.IAdaptable
XCOFF 32bit binary parser for AIX
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.cdt.core.IBinaryParserIBinaryParser.IBinaryArchive, IBinaryParser.IBinaryExecutable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject, IBinaryParser.IBinaryShared, IBinaryParser.ISymbol
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> TgetAdapter(Class<T> adapter) getBinary(byte[] hints, org.eclipse.core.runtime.IPath path) Creates an IBinaryFile.getBinary(org.eclipse.core.runtime.IPath path) Creates an IBinaryFile.Returns the name of the Format.intGet a hint of the needed buffer size to recognize the file.booleanisBinary(byte[] hints, org.eclipse.core.runtime.IPath path) True if the resource is a binary.Methods inherited from class org.eclipse.cdt.core.AbstractCExtensiongetConfigExtensionReference, getExtensionReference, getProject, setExtensionReference, setExtensionReference, setProject
- 
Constructor Details- 
XCOFF32Parserpublic XCOFF32Parser()
 
- 
- 
Method Details- 
getBinarypublic IBinaryParser.IBinaryFile getBinary(byte[] hints, org.eclipse.core.runtime.IPath path) throws IOException Description copied from interface:IBinaryParserCreates an IBinaryFile.- Specified by:
- getBinaryin interface- IBinaryParser
- Parameters:
- hints- - array byte that can be use to recognise the file. Can be null or empty array when no hints are passed.
- path-
- Throws:
- IOException
 
- 
getBinaryDescription copied from interface:IBinaryParserCreates an IBinaryFile.- Specified by:
- getBinaryin interface- IBinaryParser
- Parameters:
- path-
- Throws:
- IOException
 
- 
getFormatDescription copied from interface:IBinaryParserReturns the name of the Format.- Specified by:
- getFormatin interface- IBinaryParser
 
- 
isBinarypublic boolean isBinary(byte[] hints, org.eclipse.core.runtime.IPath path) Description copied from interface:IBinaryParserTrue if the resource is a binary.- Specified by:
- isBinaryin interface- IBinaryParser
- Parameters:
- hints-
- path-
 
- 
getHintBufferSizepublic int getHintBufferSize()Description copied from interface:IBinaryParserGet a hint of the needed buffer size to recognize the file.- Specified by:
- getHintBufferSizein interface- IBinaryParser
 
- 
getAdapter- Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
- Overrides:
- getAdapterin class- org.eclipse.core.runtime.PlatformObject
 
 
-