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()
Tag
public void setValue(byte[] value)
Attribute
Copyright © 2020 Sable. All rights reserved.