public class StringTag extends Object implements Tag
| Constructor and Description |
|---|
StringTag(String s) |
StringTag(String s,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisType() |
String |
getInfo() |
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
String |
toString() |
public static final String NAME
public StringTag(String s)
Copyright © 2024 Soot OSS. All rights reserved.