dguitar.codecs
Interface CodecInputStream

All Superinterfaces:
Codec
All Known Implementing Classes:
GPInputStream

public interface CodecInputStream
extends Codec

This interface must be implemeted by all Codec classes classes representing an input stream.

Author:
Mauricio Gracia G.

Method Summary
 java.lang.Object readObject()
          Read the input stream on to a single object !!
 
Methods inherited from interface dguitar.codecs.Codec
supportedExtension
 

Method Detail

readObject

public java.lang.Object readObject()
                            throws java.io.IOException,
                                   CodecFormatException
Read the input stream on to a single object !! (is this good?)

Throws:
CodecFormatException
java.io.IOException