com.googlecode.mp4parser.h264.read
Class CAVLCReader
java.lang.Object
com.googlecode.mp4parser.h264.read.BitstreamReader
com.googlecode.mp4parser.h264.read.CAVLCReader
public class CAVLCReader
- extends BitstreamReader
Constructor Summary |
CAVLCReader(java.io.InputStream is)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAVLCReader
public CAVLCReader(java.io.InputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
readNBit
public long readNBit(int n,
java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readUE
public int readUE(java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readSE
public int readSE(java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readBool
public boolean readBool(java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readU
public int readU(int i,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
read
public byte[] read(int payloadSize)
throws java.io.IOException
- Throws:
java.io.IOException
readAE
public boolean readAE()
readTE
public int readTE(int max)
throws java.io.IOException
- Throws:
java.io.IOException
readAEI
public int readAEI()
readME
public int readME(java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
readCE
public java.lang.Object readCE(BTree bt,
java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readZeroBitCount
public int readZeroBitCount(java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
readTrailingBits
public void readTrailingBits()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012. All Rights Reserved.