public class GenericAttribute extends java.lang.Object implements Attribute
CodeAttribute| Constructor and Description |
|---|
GenericAttribute(java.lang.String name,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the tag name.
|
java.util.List |
getUnitBoxes() |
byte[] |
getValue()
Returns the tag raw data.
|
void |
setValue(byte[] value)
Sets the value of the attribute from a byte[].
|
java.lang.String |
toString() |
public java.lang.String getName()
Tagpublic byte[] getValue()
Tagpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setValue(byte[] value)
Attributepublic java.util.List getUnitBoxes()
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.