| Constructor and Description |
|---|
ParamNamesTag(List<String> parameterNames)
Backwards compatibility
|
ParamNamesTag(String[] parameterNames) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInfo() |
String |
getName()
Returns the tag name.
|
String[] |
getNameArray() |
List<String> |
getNames() |
byte[] |
getValue()
Returns the tag raw data.
|
String |
toString() |
public static final String NAME
public ParamNamesTag(List<String> parameterNames)
parameterNames - public ParamNamesTag(String[] parameterNames)
Copyright © 2021 Soot OSS. All rights reserved.