fi.helsinki.cs.ohtu.mpeg2
Class SystemHeader.StreamInfo

java.lang.Object
  extended by fi.helsinki.cs.ohtu.mpeg2.SystemHeader.StreamInfo
Enclosing class:
SystemHeader

private static class SystemHeader.StreamInfo
extends java.lang.Object


Field Summary
private  UnsignedIntegerField pstdBufBound
           
private  UnsignedIntegerField pstdScale
           
 
Constructor Summary
SystemHeader.StreamInfo(boolean pstdScale, int pstdBufBound)
           
 
Method Summary
 int getBufferSize()
           
 void writeTo(BitOutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pstdScale

private final UnsignedIntegerField pstdScale

pstdBufBound

private final UnsignedIntegerField pstdBufBound
Constructor Detail

SystemHeader.StreamInfo

public SystemHeader.StreamInfo(boolean pstdScale,
                               int pstdBufBound)
Method Detail

getBufferSize

public int getBufferSize()

writeTo

public void writeTo(BitOutputStream stream)
             throws java.io.IOException
Throws:
java.io.IOException