alt.jiapi.file.attribute
Class InnerClassesAttribute

java.lang.Object
  extended by alt.jiapi.file.attribute.Attribute
      extended by alt.jiapi.file.attribute.InnerClassesAttribute

public class InnerClassesAttribute
extends Attribute

InnerClasses attribute.

Author:
Mika Riekkinen
See Also:
4.8.6

Nested Class Summary
 class InnerClassesAttribute.InnerClass
           
 
Field Summary
 
Fields inherited from class alt.jiapi.file.attribute.Attribute
cp
 
Constructor Summary
InnerClassesAttribute(short nameIndex, int attributeLength, java.io.DataInputStream dis)
           
 
Method Summary
 byte[] getBytes()
          Get the bytes of this attribute.
 
Methods inherited from class alt.jiapi.file.attribute.Attribute
getAttributeNameIndex, getDataInputStream, getName, readAttribute, setConstantPool, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InnerClassesAttribute

public InnerClassesAttribute(short nameIndex,
                             int attributeLength,
                             java.io.DataInputStream dis)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getBytes

public byte[] getBytes()
Description copied from class: Attribute
Get the bytes of this attribute.

Overrides:
getBytes in class Attribute
Returns:
bytes representing this Attribute.


Copyright © 2001. Documenation generated August 26 2011.