public class InnerClasses extends Attribute
Method
Modifier and Type | Class and Description |
---|---|
static class |
InnerClasses.Info |
Constructor and Description |
---|
InnerClasses(java.io.DataInputStream in,
int nameIndex,
int length)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InnerClasses.Info[] |
getClasses() |
public InnerClasses(java.io.DataInputStream in, int nameIndex, int length) throws java.io.IOException
in
- The data stream of the class file.nameIndex
- The index into the constant pool of the name of the attribute.length
- The length of the attribute, excluding the header.java.io.IOException
- If an error occurs while reading.public InnerClasses.Info[] getClasses()