com.beem.project.beem.smack.avatar
Interface AvatarRetriever

Package class diagram package AvatarRetriever
All Known Implementing Classes:
HttpAvatarRetriever, HttpClientAvatarRetriever, XmppAvatarRetriever

public interface AvatarRetriever

Interface for an AvatarRetriever.


Method Summary
 byte[] getAvatar()
          Retrieve the avatar.
 

Method Detail

getAvatar

byte[] getAvatar()
                 throws IOException
Retrieve the avatar.

Returns:
the avatar
Throws:
IOException - if an IO error occurs while retrieving the avatar


Copyright © 2009 Beem-project.com. All Rights Reserved.