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