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

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.system.BaseTimeStamp
All Implemented Interfaces:
Parsable
Direct Known Subclasses:
DecodingTimeStamp, PresentationTimeStamp, SystemClockReference

public class BaseTimeStamp
extends java.lang.Object
implements Parsable

Base class for all time stamp classes (they're all basically identical).


Field Summary
protected  int field1
           
protected  int field2
           
protected  int field3
           
 
Constructor Summary
BaseTimeStamp()
           
 
Method Summary
 void parse(Bitstream bitstream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field1

protected int field1

field2

protected int field2

field3

protected int field3
Constructor Detail

BaseTimeStamp

public BaseTimeStamp()
Method Detail

parse

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