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() |
public static final String NAME
Copyright © 2024 Soot OSS. All rights reserved.