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 intattribute_name_index(package private) byte[]infoInprivate ClassFormatOutputinfoOut
-
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) intclassFileSize()This is exact.(package private) intgetNameIndex()(package private) voidput(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.
-
-