mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05:52 +01:00
AXmlResourceParser.setInput(): implemented using open() method.
This commit is contained in:
parent
6c375dabed
commit
795591f935
@ -404,7 +404,7 @@ public class AXmlResourceParser implements XmlResourceParser {
|
|||||||
|
|
||||||
/////////////////////////////////// dummies
|
/////////////////////////////////// dummies
|
||||||
public void setInput(InputStream stream, String inputEncoding) throws XmlPullParserException {
|
public void setInput(InputStream stream, String inputEncoding) throws XmlPullParserException {
|
||||||
throw new XmlPullParserException(E_NOT_SUPPORTED);
|
open(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setInput(Reader reader) throws XmlPullParserException {
|
public void setInput(Reader reader) throws XmlPullParserException {
|
||||||
|
Loading…
Reference in New Issue
Block a user