public class Objdump extends Object
Constructor and Description |
---|
Objdump(String file) |
Objdump(String command,
String[] params,
String file) |
Objdump(String command,
String param,
String file) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
InputStream |
getInputStream() |
byte[] |
getOutput() |
byte[] |
getOutput(int limitBytes)
Limit output to number of bytes
|
protected void |
init(String command,
String[] params,
String file) |
String |
toString() |
public Objdump(String command, String param, String file) throws IOException
IOException
public Objdump(String command, String[] params, String file) throws IOException
IOException
public Objdump(String file) throws IOException
IOException
protected void init(String command, String[] params, String file) throws IOException
IOException
public byte[] getOutput(int limitBytes) throws IOException
IOException
public byte[] getOutput() throws IOException
IOException
public InputStream getInputStream() throws IOException
IOException
public void dispose()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.