Package de.inetsoftware.classparser
Class Attributes.AttributeInfo
- java.lang.Object
-
- de.inetsoftware.classparser.Attributes.AttributeInfo
-
- Enclosing class:
- Attributes
static class Attributes.AttributeInfo extends java.lang.Object
-
-
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()
-
-
-
Constructor Detail
-
AttributeInfo
AttributeInfo(@Nonnull java.io.DataInputStream input, @Nonnull ConstantPool constantPool) throws java.io.IOException
- Throws:
java.io.IOException
-
-