public class EmojiLoader
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
protected static Emoji |
buildEmojiFromJSON(org.json.JSONObject json) |
static java.util.List<Emoji> |
loadEmojis(java.io.InputStream stream)
Loads a JSONArray of emojis from an InputStream, parses it and returns the
associated list of
Emojis |
public static java.util.List<Emoji> loadEmojis(java.io.InputStream stream) throws java.io.IOException
Emojisstream - the stream of the JSONArrayEmojisjava.io.IOException - if an error occurs while reading the stream or parsing
the JSONArrayprotected static Emoji buildEmojiFromJSON(org.json.JSONObject json) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionCopyright © 2019. All Rights Reserved.