public class GenericAttribute extends Object implements Attribute
CodeAttribute| Constructor and Description |
|---|
GenericAttribute(String name,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the tag name.
|
List<UnitBox> |
getUnitBoxes() |
byte[] |
getValue()
Returns the tag raw data.
|
void |
setValue(byte[] value)
Sets the value of the attribute from a byte[].
|
String |
toString() |
public GenericAttribute(String name, byte[] value)
public byte[] getValue()
Tagpublic void setValue(byte[] value)
AttributeCopyright © 2020 Soot OSS. All rights reserved.