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
IOExceptionpublic Objdump(String command, String[] params, String file) throws IOException
IOExceptionpublic Objdump(String file) throws IOException
IOExceptionprotected void init(String command, String[] params, String file) throws IOException
IOExceptionpublic byte[] getOutput(int limitBytes)
throws IOException
IOExceptionpublic byte[] getOutput()
throws IOException
IOExceptionpublic InputStream getInputStream() throws IOException
IOExceptionpublic void dispose()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.