|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Radio | |
---|---|
sk.baka.ambient.stream.shoutcast |
Uses of Radio in sk.baka.ambient.stream.shoutcast |
---|
Methods in sk.baka.ambient.stream.shoutcast that return Radio | |
---|---|
static Radio |
Radio.fromXML(Attributes attrs)
Parse the radio from given XML attributes. |
Methods in sk.baka.ambient.stream.shoutcast that return types with arguments of type Radio | |
---|---|
static List<Radio> |
ShoutcastUtils.getRadioList(InputStream in)
Parses the XML radio list and returns parsed object instances. |
static List<Radio> |
ShoutcastUtils.getRadioList(String genre)
Parses the server-side XML radio list and returns parsed object instances. |
Method parameters in sk.baka.ambient.stream.shoutcast with type arguments of type Radio | |
---|---|
static void |
ShoutcastUtils.sortByName(List<Radio> radioList)
Sorts given radio list by name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |