Package aQute.bnd.classfile
Class ElementValueInfo
java.lang.Object
aQute.bnd.classfile.ElementValueInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ElementValueInforead(DataInput in, ConstantPool constant_pool) (package private) static ObjectreadValue(DataInput in, ConstantPool constant_pool) toString()(package private) static String(package private) int(package private) static intvalue_length(Object value) (package private) voidwrite(DataOutput out, ConstantPool constant_pool) (package private) static voidwriteValue(DataOutput out, ConstantPool constant_pool, Object value)
-
Field Details
-
name
-
value
-
-
Constructor Details
-
ElementValueInfo
-
-
Method Details
-
toString
-
toString
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
value_length
int value_length() -
readValue
- Throws:
IOException
-
writeValue
- Throws:
IOException
-
value_length
-