Results 1 to 1 of 1
- 10-14-2011, 04:16 PM #1
Member
- Join Date
- Oct 2011
- Posts
- 1
- Rep Power
- 0
javax.sound.midi.spi.MidiFileReader - and abstract classes in general
Hi all,
I am writing a Java application that edits MIDI files. My knowledge on Java class libraries and concepts is a little rusty though, I'm not too sure how abstract classes and indeed, abstract methods would work. In specific, I am having problems with this class:
MidiFileReader (Java Platform SE 6)
Now, it's an abstract class and all of its methods are abstract too. I understand that means I am to implement all the methods myself in a class that extends MidiFileReader, and there is no actual functionality implemented in the class itself. Is that correct?
BTW sorry if this is the wrong topic, I'm new :)
Similar Threads
-
record midi sound
By Waseem Kaleem in forum Advanced JavaReplies: 1Last Post: 09-14-2011, 11:08 AM -
javax.sound play midi
By Dennis in forum Advanced JavaReplies: 6Last Post: 06-08-2010, 04:59 PM -
javax sound set volume
By Dennis in forum Advanced JavaReplies: 0Last Post: 06-08-2010, 03:33 PM -
Trouble using midi sound package
By isum12b in forum EclipseReplies: 1Last Post: 04-05-2009, 10:11 AM -
General Discussion on Abstract
By sanjeevtarar in forum Advanced JavaReplies: 15Last Post: 05-06-2008, 06:16 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks