Class AudioResource
java.lang.Object
games.stendhal.client.sound.manager.AudioResource
the last remaining piece of the very complicated resource framework, which has been replaced by DataLoader.
This class is a helper for refactoring, it should be made obsolate.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AudioResource
creates a new AudioResource- Parameters:
name
- name
-
-
Method Details
-
getInputStream
gets the input stream- Returns:
- input stream
-
getName
gets the name.- Returns:
- name
-