Class ByteBufferBitreader
- java.lang.Object
-
- org.mp4parser.streaming.input.h264.spspps.ByteBufferBitreader
-
public class ByteBufferBitreader extends Object
-
-
Constructor Detail
-
ByteBufferBitreader
public ByteBufferBitreader(ByteBuffer buffer)
-
-
Method Detail
-
get
public int get()
-
read1Bit
public int read1Bit() throws IOException- Throws:
IOException
-
readUE
public int readUE() throws IOException- Throws:
IOException
-
readNBit
public long readNBit(int n) throws IOException- Throws:
IOException
-
readBool
public boolean readBool() throws IOException- Throws:
IOException
-
readSE
public int readSE() throws IOException- Throws:
IOException
-
moreRBSPData
public boolean moreRBSPData() throws IOException- Throws:
IOException
-
-