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();
|
||||
int getData();
|
||||
void setData(int data);
|
||||
String getValueAsString();
|
||||
ParentChunk getParentChunk();
|
||||
default MainChunk getMainChunk(){
|
||||
ParentChunk parentChunk = getParentChunk();
|
||||
|
@ -198,6 +198,7 @@ import java.util.Objects;
|
||||
setBytesLength(offset + size, false);
|
||||
return readSize;
|
||||
}
|
||||
@Override
|
||||
public String getValueAsString(){
|
||||
StringItem stringItem = getDataAsPoolString();
|
||||
if(stringItem!=null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user