Uses of Class
sk.baka.ambient.stream.shoutcast.Radio

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.
 



Copyright © 2007-2008. All Rights Reserved.