class AttributeEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
attribute_name_index |
(package private) byte[] |
infoIn |
private ClassFormatOutput |
infoOut |
Constructor and Description |
---|
AttributeEntry(ClassInput in) |
AttributeEntry(int name_index,
ClassFormatOutput info) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
classFileSize()
This is exact.
|
(package private) int |
getNameIndex() |
(package private) void |
put(ClassFormatOutput out) |
private int attribute_name_index
private ClassFormatOutput infoOut
byte[] infoIn
AttributeEntry(int name_index, ClassFormatOutput info)
AttributeEntry(ClassInput in) throws java.io.IOException
java.io.IOException
int getNameIndex()
void put(ClassFormatOutput out) throws java.io.IOException
java.io.IOException
int classFileSize()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.