Class XmlGenUtils

java.lang.Object
jadx.core.xmlgen.XmlGenUtils

public class XmlGenUtils extends Object
  • Constructor Details

    • XmlGenUtils

      private XmlGenUtils()
  • Method Details

    • readData

      public static byte[] readData(InputStream i) throws IOException
      Throws:
      IOException
    • makeXmlDump

      public static ICodeInfo makeXmlDump(ICodeWriter writer, ResourceStorage resStorage)
    • decodeComplex

      public static String decodeComplex(int data, boolean isFraction)
    • doubleToString

      public static String doubleToString(double value)
    • floatToString

      public static String floatToString(float value)
    • getAttrTypeAsString

      public static String getAttrTypeAsString(int type)