public class EmojiLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
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 JSONArrayCopyright © 2019. All rights reserved.