edu.umd.cfar.lamp.mpeg1.video
Class Slice

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.video.Slice
All Implemented Interfaces:
Decodable, StateParsable

public class Slice
extends java.lang.Object
implements Decodable


Constructor Summary
Slice()
           
 
Method Summary
 void decode(Bitstream bitstream, edu.umd.cfar.lamp.mpeg1.video.DecoderState decoderState)
           
 void parse(Bitstream bitstream, edu.umd.cfar.lamp.mpeg1.video.ParserState parserState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slice

public Slice()
Method Detail

parse

public void parse(Bitstream bitstream,
                  edu.umd.cfar.lamp.mpeg1.video.ParserState parserState)
           throws java.io.IOException
Specified by:
parse in interface StateParsable
Throws:
java.io.IOException

decode

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