Class Utf8Info

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String string  
      (package private) static int tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      Utf8Info​(java.io.DataInputStream in, int index)  
      Utf8Info​(java.lang.String utf8, int index)  
    • Constructor Detail

      • Utf8Info

        public Utf8Info​(java.lang.String utf8,
                        int index)
      • Utf8Info

        public Utf8Info​(java.io.DataInputStream in,
                        int index)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • copy

        public int copy​(ConstPool src,
                        ConstPool dest,
                        java.util.Map<java.lang.String,​java.lang.String> map)
        Specified by:
        copy in class ConstInfo
      • write

        public void write​(java.io.DataOutputStream out)
                   throws java.io.IOException
        Specified by:
        write in class ConstInfo
        Throws:
        java.io.IOException
      • print

        public void print​(java.io.PrintWriter out)
        Specified by:
        print in class ConstInfo