dguitar.codecs
Interface CodecOutputStream

All Superinterfaces:
Codec
All Known Implementing Classes:
MidiOutputStream

public interface CodecOutputStream
extends Codec

This interface must be implemeted bye all Codec classes representing an OUTPUT stream.

Author:
Mauricio Gracia G.

Method Summary
 int write(java.lang.Object obj)
          Write a single single object to the stream (is this good?)
 
Methods inherited from interface dguitar.codecs.Codec
supportedExtension
 

Method Detail

write

public int write(java.lang.Object obj)
          throws java.io.IOException,
                 CodecFormatException
Write a single single object to the stream (is this good?)

Throws:
CodecFormatException
java.io.IOException