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?) |
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