Class Attributes.AttributeInfo

  • Enclosing class:
    Attributes

    static class Attributes.AttributeInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] info  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeInfo​(java.io.DataInputStream input, ConstantPool constantPool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] getData()  
      (package private) java.io.DataInputStream getDataInputStream()  
      (package private) java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • info

        private final byte[] info
    • Constructor Detail

      • AttributeInfo

        AttributeInfo​(@Nonnull
                      java.io.DataInputStream input,
                      @Nonnull
                      ConstantPool constantPool)
               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getName

        java.lang.String getName()
      • getData

        byte[] getData()
      • getDataInputStream

        java.io.DataInputStream getDataInputStream()