mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-08 09:44:25 +02:00
+AXmlResourceParser.AXmlResourceParser(InputStream stream).
This commit is contained in:
parent
19f06fe98d
commit
6c375dabed
@ -47,6 +47,11 @@ public class AXmlResourceParser implements XmlResourceParser {
|
|||||||
resetEventInfo();
|
resetEventInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public AXmlResourceParser(InputStream stream) {
|
||||||
|
this();
|
||||||
|
open(stream);
|
||||||
|
}
|
||||||
|
|
||||||
public void open(InputStream stream) {
|
public void open(InputStream stream) {
|
||||||
close();
|
close();
|
||||||
if (stream != null) {
|
if (stream != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user