|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.disassembly.BinTextPair
public class BinTextPair
This class encapsulates the data from a binary file and the dissassembly text that goes with it.
| Field Summary | |
|---|---|
int[] |
data
|
java.util.List<java.lang.String> |
lines
|
int |
origin
|
| Constructor Summary | |
|---|---|
BinTextPair(java.lang.String textName,
int origin,
java.lang.String binName)
This constructs a new BinTextPair and loads the data from the two files. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int[] data
public int origin
public java.util.List<java.lang.String> lines
| Constructor Detail |
|---|
public BinTextPair(java.lang.String textName,
int origin,
java.lang.String binName)
throws java.io.IOException
textName - name of the text disassembly fileorigin - the origin of the binary filebinName - the name of the binary file
java.io.IOException - if something goes wrong reading the files
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||