API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi.spi. MidiFileReader View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.14 05/11/17
Serial
Hierarchy
 Object
      MidiFileReader
Implements
Subclasses
Description
publicabstract abstract class MidiFileReader
  A MidiFileReader supplies MIDI file-reading services.
See also:   
Constructors
public MidiFileReader ()
Methods
Hide/Show inherited methods
publicabstract MidiFileFormat getMidiFileFormat (File file) throws InvalidMidiDataException IOException
  Obtains the MIDI file format of the File provided.
publicabstract MidiFileFormat getMidiFileFormat (InputStream stream) throws InvalidMidiDataException IOException
  Obtains the MIDI file format of the input stream provided.
publicabstract MidiFileFormat getMidiFileFormat (URL url) throws InvalidMidiDataException IOException
  Obtains the MIDI file format of the URL provided.
publicabstract Sequence getSequence (File file) throws InvalidMidiDataException IOException
  Obtains a MIDI sequence from the File provided.
publicabstract Sequence getSequence (InputStream stream) throws InvalidMidiDataException IOException
  Obtains a MIDI sequence from the input stream provided.
publicabstract Sequence getSequence (URL url) throws InvalidMidiDataException IOException
  Obtains a MIDI sequence from the URL provided.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar