Package tv.porst.swfretools.parser.structures

Examples of tv.porst.swfretools.parser.structures.InstanceInfo


        errors.add(String.format("Class at offset %08X could not be resolved as its instance index is out of bounds"));
        continue;
      }

      final ClassInfo classInfo = data.getClasses().get(i);
      final InstanceInfo instanceInfo = data.getInstances().get(i);

      classes.add(resolveClass(data, classInfo, instanceInfo, methodMapping, errors));
    }

    return classes;
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.parser.structures.InstanceInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.