mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +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();
|
||||
}
|
||||
|
||||
public AXmlResourceParser(InputStream stream) {
|
||||
this();
|
||||
open(stream);
|
||||
}
|
||||
|
||||
public void open(InputStream stream) {
|
||||
close();
|
||||
if (stream != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user