Searched defs:getAttributeBytesBase64 (Results 1 – 4 of 4) sorted by relevance
69 @NonNull byte[] getAttributeBytesBase64(int index) throws XmlPullParserException; in getAttributeBytesBase64() method126 default @NonNull byte[] getAttributeBytesBase64(@Nullable String namespace, in getAttributeBytesBase64() method213 default @Nullable byte[] getAttributeBytesBase64(@Nullable String namespace, in getAttributeBytesBase64() method
462 public byte[] getAttributeBytesBase64(int index) throws XmlPullParserException { in getAttributeBytesBase64() method in BinaryXmlPullParser
162 inline fun BinaryXmlPullParser.getAttributeBytesBase64(name: String): ByteArray? = method
158 public byte[] getAttributeBytesBase64(int index) in getAttributeBytesBase64() method in XmlUtils.ForcedTypedXmlPullParser