Package org.eclipse.cdt.utils
Class Objdump
- java.lang.Object
-
- org.eclipse.cdt.utils.Objdump
-
public class Objdump extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()InputStreamgetInputStream()byte[]getOutput()byte[]getOutput(int limitBytes)Limit output to number of bytesprotected voidinit(String command, String[] params, String file)StringtoString()
-
-
-
Constructor Detail
-
Objdump
public Objdump(String command, String param, String file) throws IOException
- Throws:
IOException
-
Objdump
public Objdump(String command, String[] params, String file) throws IOException
- Throws:
IOException
-
Objdump
public Objdump(String file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
init
protected void init(String command, String[] params, String file) throws IOException
- Throws:
IOException
-
getOutput
public byte[] getOutput(int limitBytes) throws IOExceptionLimit output to number of bytes- Throws:
IOException- Since:
- 5.8
-
getOutput
public byte[] getOutput() throws IOException- Throws:
IOException
-
getInputStream
public InputStream getInputStream() throws IOException
- Throws:
IOException- Since:
- 5.8
-
dispose
public void dispose()
-
-