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 classExe.ExeHeader
-
Field Summary
Fields Modifier and Type Field Description static StringNLprotected RandomAccessFilerfile
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Exe.ExeHeadergetExeHeader()static voidmain(String[] args)StringtoString()
-
-
-
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:
closein interfaceAutoCloseable- Throws:
Exception
-
main
public static void main(String[] args)
-
-