mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-04 08:04:25 +02:00
accessible value string
This commit is contained in:
parent
ffc53645ee
commit
fbf6b9ed6b
@ -23,6 +23,7 @@
|
|||||||
ValueType getValueType();
|
ValueType getValueType();
|
||||||
int getData();
|
int getData();
|
||||||
void setData(int data);
|
void setData(int data);
|
||||||
|
String getValueAsString();
|
||||||
ParentChunk getParentChunk();
|
ParentChunk getParentChunk();
|
||||||
default MainChunk getMainChunk(){
|
default MainChunk getMainChunk(){
|
||||||
ParentChunk parentChunk = getParentChunk();
|
ParentChunk parentChunk = getParentChunk();
|
||||||
|
@ -198,6 +198,7 @@ import java.util.Objects;
|
|||||||
setBytesLength(offset + size, false);
|
setBytesLength(offset + size, false);
|
||||||
return readSize;
|
return readSize;
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
public String getValueAsString(){
|
public String getValueAsString(){
|
||||||
StringItem stringItem = getDataAsPoolString();
|
StringItem stringItem = getDataAsPoolString();
|
||||||
if(stringItem!=null){
|
if(stringItem!=null){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user