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

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.system.SystemHeader
All Implemented Interfaces:
Parsable

public class SystemHeader
extends java.lang.Object
implements Parsable

Corresponds to system_header() in ISO/IEC 11172-1.


Constructor Summary
SystemHeader()
           
 
Method Summary
 void parse(Bitstream bitstream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemHeader

public SystemHeader()
Method Detail

parse

public void parse(Bitstream bitstream)
           throws java.io.IOException
Specified by:
parse in interface Parsable
Throws:
java.io.IOException