public final class AvatarData
extends java.lang.Object
The implementation of the <data/> element in the urn:xmpp:avatar:data namespace.
This class is immutable.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE
urn:xmpp:avatar:data
|
| Constructor and Description |
|---|
AvatarData(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the image data.
|
public static final java.lang.String NAMESPACE
urn:xmpp:avatar:data
Copyright © 2014–2019 XMPP.rocks. All rights reserved.