Posted By:
Abey_Mullassery
Posted On:
Monday, January 28, 2002 11:10 PM
Which is the best way to implement the DataSink interface, register and use it in my application?
I would like to use a custom DataSink which will allow me to pass a stream which can be a URL/File Output Stream and write to it.
This is helpful even if the recording is done in an Applet.
How can I minimize developmental effort by subclassing / using existing classes in the reference implementation?