public class PositionTag extends Object implements Tag
| Constructor and Description |
|---|
PositionTag(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndOffset() |
String |
getName()
Returns the tag name.
|
int |
getStartOffset() |
byte[] |
getValue()
Returns the tag raw data.
|
String |
toString() |
Copyright © 2020 Soot OSS. All rights reserved.