Class DecompileCallback.StringData

  • Enclosing class:
    DecompileCallback

    public static class DecompileCallback.StringData
    extends java.lang.Object
    Data returned for a query about strings
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] byteData  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • byteData

        public byte[] byteData
    • Constructor Detail

      • StringData

        public StringData()