* This provides backwards compatibility with the behavior
* of ClassLoader.getResource().getContent() on JDK1.1.
*/
public class basic extends ContentHandler {
public Object getContent(URLConnection uc) throws IOException {
return new AppletAudioClip(uc);
}