|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.iapi.services.classfile.AttributeEntry
class AttributeEntry
| Field Summary | |
|---|---|
private int |
attribute_name_index
|
(package private) byte[] |
infoIn
|
private ClassFormatOutput |
infoOut
|
| Constructor Summary | |
|---|---|
AttributeEntry(ClassInput in)
|
|
AttributeEntry(int name_index,
ClassFormatOutput info)
|
|
| Method Summary | |
|---|---|
(package private) int |
classFileSize()
This is exact. |
(package private) int |
getNameIndex()
|
(package private) void |
put(ClassFormatOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int attribute_name_index
private ClassFormatOutput infoOut
byte[] infoIn
| Constructor Detail |
|---|
AttributeEntry(int name_index,
ClassFormatOutput info)
AttributeEntry(ClassInput in)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
int getNameIndex()
void put(ClassFormatOutput out) throws java.io.IOException
java.io.IOExceptionint classFileSize()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||