edu.umd.cfar.lamp.mpeg1.video
Interface Decodable

All Superinterfaces:
StateParsable
All Known Implementing Classes:
Slice

public interface Decodable
extends StateParsable


Method Summary
 void decode(Bitstream bitstream, edu.umd.cfar.lamp.mpeg1.video.DecoderState decoderState)
           
 
Methods inherited from interface edu.umd.cfar.lamp.mpeg1.video.StateParsable
parse
 

Method Detail

decode

public void decode(Bitstream bitstream,
                   edu.umd.cfar.lamp.mpeg1.video.DecoderState decoderState)
            throws java.io.IOException,
                   MpegException
Throws:
java.io.IOException
MpegException