mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +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…
Reference in New Issue
Block a user