class AttributeEntry
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
private int |
attribute_name_index |
|
(package private) byte[] |
infoIn |
|
private ClassFormatOutput |
infoOut |
Constructor | Description |
---|---|
AttributeEntry(int name_index,
ClassFormatOutput info) |
|
AttributeEntry(ClassInput in) |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.