Searched defs:getAttributeBytesHex (Results 1 – 4 of 4) sorted by relevance
63 @NonNull byte[] getAttributeBytesHex(int index) throws XmlPullParserException; in getAttributeBytesHex() method117 default @NonNull byte[] getAttributeBytesHex(@Nullable String namespace, in getAttributeBytesHex() method198 default @Nullable byte[] getAttributeBytesHex(@Nullable String namespace, in getAttributeBytesHex() method
457 public byte[] getAttributeBytesHex(int index) throws XmlPullParserException { in getAttributeBytesHex() method in BinaryXmlPullParser
151 inline fun BinaryXmlPullParser.getAttributeBytesHex(name: String): ByteArray? = method
147 public byte[] getAttributeBytesHex(int index) in getAttributeBytesHex() method in XmlUtils.ForcedTypedXmlPullParser