public class BinOutShow
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private Class_Jc | 
binClass  | 
private Field_Jc | 
binField  | 
private ObjectArray_Jc | 
binFieldArray  | 
private ObjectArray_Jc | 
binOutClassArray
Access to binary class Array data for fileBin. 
 | 
private ExtReflection_Insp_h.ExtReflection_Insp | 
binOutHead
Access to binary head data for fileBin. 
 | 
private ByteDataAccessSimple | 
binOutRefl
Access to binary data for fileBin. 
 | 
(package private) byte[] | 
binRefl
The array with the binary data, read from file or immediately on creation. 
 | 
private SuperclassIfc_idxMtblJc_ByteDataAccess | 
binSuperClass  | 
private ObjectArray_Jc | 
binSuperClassArray  | 
(package private) int | 
posClassArray  | 
(package private) int | 
posRefl  | 
private java.util.Map<java.lang.Integer,java.lang.Boolean> | 
usedReloc  | 
(package private) int | 
zBinRefl
Real used length of the binRefl. 
 | 
| Constructor and Description | 
|---|
BinOutShow(byte[] binRefl,
          int zBinRefl)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
checkPrintReference(java.io.PrintStream fileList,
                   int pos,
                   int offs)  | 
private void | 
listContent(java.io.File sFileList)  | 
private void | 
listRefl(java.io.PrintStream fileList,
        int pos)  | 
static void | 
main(java.lang.String[] args)  | 
void | 
show(java.io.File fileLst)  | 
private void | 
showClass(java.io.PrintStream fileList,
         Object_Jc obj)  | 
private void | 
showFields(java.io.PrintStream fileList,
          Object_Jc obj)  | 
private void | 
showSuper(java.io.PrintStream fileList,
         Object_Jc obj)  | 
private void | 
showUnknown(java.io.PrintStream fileList,
           Object_Jc bin)  | 
final byte[] binRefl
final int zBinRefl
private final ByteDataAccessSimple binOutRefl
private final ExtReflection_Insp_h.ExtReflection_Insp binOutHead
private final ObjectArray_Jc binOutClassArray
private final Class_Jc binClass
private final ObjectArray_Jc binSuperClassArray
private final SuperclassIfc_idxMtblJc_ByteDataAccess binSuperClass
private final ObjectArray_Jc binFieldArray
private final Field_Jc binField
int posClassArray
int posRefl
private java.util.Map<java.lang.Integer,java.lang.Boolean> usedReloc
public void show(java.io.File fileLst)
private void listContent(java.io.File sFileList)
private void listRefl(java.io.PrintStream fileList,
                      int pos)
private void showClass(java.io.PrintStream fileList,
                       Object_Jc obj)
void checkPrintReference(java.io.PrintStream fileList,
                         int pos,
                         int offs)
fileList - pos - The position of the reference in the bin data.offs - private void showFields(java.io.PrintStream fileList,
                        Object_Jc obj)
private void showSuper(java.io.PrintStream fileList,
                       Object_Jc obj)
private void showUnknown(java.io.PrintStream fileList,
                         Object_Jc bin)
public static void main(java.lang.String[] args)