public class ByteBufferBitreader extends Object
| Constructor and Description |
|---|
ByteBufferBitreader(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
boolean |
moreRBSPData() |
int |
read1Bit() |
boolean |
readBool() |
long |
readNBit(int n) |
int |
readSE() |
int |
readUE() |
public ByteBufferBitreader(ByteBuffer buffer)
public int get()
public int read1Bit()
throws IOException
IOExceptionpublic int readUE()
throws IOException
IOExceptionpublic long readNBit(int n)
throws IOException
IOExceptionpublic boolean readBool()
throws IOException
IOExceptionpublic int readSE()
throws IOException
IOExceptionpublic boolean moreRBSPData()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.