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

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.system.ParserState
      extended byedu.umd.cfar.lamp.mpeg1.system.IndexerState

public class IndexerState
extends ParserState


Field Summary
 
Fields inherited from class edu.umd.cfar.lamp.mpeg1.system.ParserState
pack, packet, systemHeader
 
Constructor Summary
IndexerState()
           
 
Method Summary
 void indexPack(Bitstream bitstream, SystemIndex systemIndex)
           
 void indexPacket(Bitstream bitstream, SystemIndex systemIndex)
           
 
Methods inherited from class edu.umd.cfar.lamp.mpeg1.system.ParserState
parsePack, parsePacket, parseSystemHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerState

public IndexerState()
Method Detail

indexPack

public void indexPack(Bitstream bitstream,
                      SystemIndex systemIndex)
               throws java.io.IOException
Throws:
java.io.IOException

indexPacket

public void indexPacket(Bitstream bitstream,
                        SystemIndex systemIndex)
                 throws java.io.IOException
Throws:
java.io.IOException