edu.umd.cfar.lamp.mpeg1.system
Class ParserState

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.system.ParserState
Direct Known Subclasses:
IndexerState

public class ParserState
extends java.lang.Object


Field Summary
protected  Pack pack
           
protected  Packet packet
           
protected  SystemHeader systemHeader
           
 
Constructor Summary
ParserState()
           
 
Method Summary
 void parsePack(Bitstream bitstream)
           
 void parsePacket(Bitstream bitstream)
           
 void parseSystemHeader(Bitstream bitstream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemHeader

protected SystemHeader systemHeader

pack

protected Pack pack

packet

protected Packet packet
Constructor Detail

ParserState

public ParserState()
Method Detail

parseSystemHeader

public void parseSystemHeader(Bitstream bitstream)
                       throws java.io.IOException
Throws:
java.io.IOException

parsePack

public void parsePack(Bitstream bitstream)
               throws java.io.IOException
Throws:
java.io.IOException

parsePacket

public void parsePacket(Bitstream bitstream)
                 throws java.io.IOException
Throws:
java.io.IOException