Package org.eclipse.cdt.utils.coff
Class Exe
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.Exe
-
- All Implemented Interfaces:
AutoCloseable
public class Exe extends Object implements AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Exe.ExeHeader
-
Field Summary
Fields Modifier and Type Field Description static String
NL
protected RandomAccessFile
rfile
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Exe.ExeHeader
getExeHeader()
static void
main(String[] args)
String
toString()
-
-
-
Field Detail
-
NL
public static final String NL
-
rfile
protected RandomAccessFile rfile
-
-
Constructor Detail
-
Exe
public Exe(String file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getExeHeader
public Exe.ExeHeader getExeHeader() throws IOException
- Throws:
IOException
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
main
public static void main(String[] args)
-
-