public class EmojiLoader extends Object
| Constructor and Description |
|---|
EmojiLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected static Emoji |
buildEmojiFromJSON(org.json.JSONObject json) |
static List<Emoji> |
loadEmojis(InputStream stream)
Loads a JSONArray of emojis from an InputStream, parses it and returns the associated list of
Emojis |
public static List<Emoji> loadEmojis(InputStream stream) throws IOException
Emojisstream - the stream of the JSONArrayEmojisIOException - if an error occurs while reading the stream or parsing the JSONArrayprotected static Emoji buildEmojiFromJSON(org.json.JSONObject json) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2015. All rights reserved.