Package org.eclipse.cdt.utils.coff
Class CodeViewReader
java.lang.Object
org.eclipse.cdt.utils.coff.CodeViewReader
- All Implemented Interfaces:
AutoCloseable
,ISymbolReader
-
Constructor Details
-
CodeViewReader
public CodeViewReader(String filename, int dataOffset, boolean littleEndian) throws FileNotFoundException - Throws:
FileNotFoundException
- Since:
- 8.0
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceISymbolReader
-
dispose
public void dispose()- Since:
- 8.0
-
finalize
-
getSourceFiles
- Specified by:
getSourceFiles
in interfaceISymbolReader
-
getSourceFiles
Description copied from interface:ISymbolReader
Gets the source files from this symbol reader.- Specified by:
getSourceFiles
in interfaceISymbolReader
- Parameters:
monitor
- a progress monitor since this may be a lengthly operation- Returns:
- an array of path names to the source files
- Since:
- 5.2
-