|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.sound.midi.spi.SoundbankReader
public abstract class SoundbankReader
The SoundbankReader abstract class defines the methods to be provided by a soundbank file reader.
| Constructor Summary | |
|---|---|
SoundbankReader()
|
|
| Method Summary | |
|---|---|
abstract Soundbank |
getSoundbank(File file)
Get a Soundbank from the given File. |
abstract Soundbank |
getSoundbank(InputStream stream)
Get a Soundbank from the given InputStream. |
abstract Soundbank |
getSoundbank(URL url)
Get a Soundbank from the given URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoundbankReader()
| Method Detail |
|---|
public abstract Soundbank getSoundbank(URL url)
throws InvalidMidiDataException,
IOException
url - from which to read the Soundbank
InvalidMidiDataException - if the data provided by url cannot be recognized
IOException - if the data provided by url cannot be read
public abstract Soundbank getSoundbank(InputStream stream)
throws InvalidMidiDataException,
IOException
stream - from which to read the Soundbank
InvalidMidiDataException - if the data provided by InputStream cannot be recognized
IOException - if the data provided by InputStream cannot be read
public abstract Soundbank getSoundbank(File file)
throws InvalidMidiDataException,
IOException
file - from which to read the Soundbank
InvalidMidiDataException - if the data provided by File cannot be recognized
IOException - if the data provided by File cannot be read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||