| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.sound.midi.spi.SoundbankReader
A SoundbankReader supplies soundbank file-reading services.
 Concrete subclasses of SoundbankReader parse a given 
 soundbank file, producing a Soundbank 
 object that can be loaded into a Synthesizer.
| Constructor Summary | |
| SoundbankReader() | |
| Method Summary | |
| abstract  Soundbank | getSoundbank(File file)Obtains a soundbank object from the Fileprovided. | 
| abstract  Soundbank | getSoundbank(InputStream stream)Obtains a soundbank object from the InputStreamprovided. | 
| abstract  Soundbank | getSoundbank(URL url)Obtains a soundbank object from the URL provided. | 
| 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 - URL representing the soundbank.
InvalidMidiDataException - if the URL does not point to 
 valid MIDI soundbank data recognized by this soundbank reader
IOException - if an I/O error occurs
public abstract Soundbank getSoundbank(InputStream stream)
                                throws InvalidMidiDataException,
                                       IOException
InputStream provided.
stream - InputStream representing the soundbank
InvalidMidiDataException - if the stream does not point to 
 valid MIDI soundbank data recognized by this soundbank reader
IOException - if an I/O error occurs
public abstract Soundbank getSoundbank(File file)
                                throws InvalidMidiDataException,
                                       IOException
File provided.
file - the File representing the soundbank
InvalidMidiDataException - if the file does not point to 
 valid MIDI soundbank data recognized by this soundbank reader
IOException - if an I/O error occurs| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.