mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01: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…
Reference in New Issue
Block a user