public class CAVLCReader extends BitstreamReader
bitsRead, debugBits| Constructor and Description |
|---|
CAVLCReader(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(int payloadSize) |
boolean |
readAE() |
int |
readAEI() |
boolean |
readBool(String message) |
Object |
readCE(BTree bt,
String message) |
int |
readME(String string) |
long |
readNBit(int n,
String message) |
int |
readSE(String message) |
int |
readTE(int max) |
void |
readTrailingBits() |
int |
readU(int i,
String string) |
int |
readUE(String message) |
int |
readZeroBitCount(String message) |
close, getBitPosition, getCurBit, isByteAligned, moreRBSPData, peakNextBits, read1Bit, readByte, readNBit, readRemainingBytepublic CAVLCReader(InputStream is) throws IOException
IOExceptionpublic long readNBit(int n,
String message)
throws IOException
IOExceptionpublic int readUE(String message) throws IOException
IOExceptionpublic int readSE(String message) throws IOException
IOExceptionpublic boolean readBool(String message) throws IOException
IOExceptionpublic int readU(int i,
String string)
throws IOException
IOExceptionpublic byte[] read(int payloadSize)
throws IOException
IOExceptionpublic boolean readAE()
public int readTE(int max)
throws IOException
IOExceptionpublic int readAEI()
public int readME(String string) throws IOException
IOExceptionpublic Object readCE(BTree bt, String message) throws IOException
IOExceptionpublic int readZeroBitCount(String message) throws IOException
IOExceptionpublic void readTrailingBits()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.