Package javazoom.jl.decoder
Interface JavaLayerHook
-
public interface JavaLayerHook
TheJavaLayerHooks
class allows developers to change the way the JavaLayer library uses Resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
getResourceAsStream(java.lang.String name)
Retrieves the named resource.
-