mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 06:34:26 +02:00
make the XMLSource public
This commit is contained in:
parent
8689704bb5
commit
25df85261b
@ -26,7 +26,7 @@ import java.io.OutputStream;
|
||||
|
||||
public class XMLEncodeSource extends ByteInputSource {
|
||||
private final EncodeMaterials encodeMaterials;
|
||||
private final XMLSource xmlSource;
|
||||
public final XMLSource xmlSource;
|
||||
private ResXmlDocument resXmlDocument;
|
||||
public XMLEncodeSource(EncodeMaterials encodeMaterials, XMLSource xmlSource){
|
||||
super(new byte[0], xmlSource.getPath());
|
||||
|
Loading…
x
Reference in New Issue
Block a user