Class AttributeEntry
- java.lang.Object
-
- org.apache.derby.iapi.services.classfile.AttributeEntry
-
class AttributeEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
attribute_name_index
(package private) byte[]
infoIn
private ClassFormatOutput
infoOut
-
Constructor Summary
Constructors Constructor Description AttributeEntry(int name_index, ClassFormatOutput info)
AttributeEntry(ClassInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
classFileSize()
This is exact.(package private) int
getNameIndex()
(package private) void
put(ClassFormatOutput out)
-
-
-
Field Detail
-
attribute_name_index
private int attribute_name_index
-
infoOut
private ClassFormatOutput infoOut
-
infoIn
byte[] infoIn
-
-
Constructor Detail
-
AttributeEntry
AttributeEntry(int name_index, ClassFormatOutput info)
-
AttributeEntry
AttributeEntry(ClassInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getNameIndex
int getNameIndex()
-
put
void put(ClassFormatOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
classFileSize
int classFileSize()
This is exact.
-
-