public class DummyBitstreamReader extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
bitsRead |
Constructor and Description |
---|
DummyBitstreamReader(InputStream is) |
Modifier and Type | Method and Description |
---|---|
int |
align() |
int |
checkNBit(int n) |
void |
close() |
int |
curBit() |
long |
getBitPosition() |
int |
getCurBit() |
boolean |
isByteAligned() |
boolean |
lastByte() |
boolean |
moreData() |
boolean |
moreRBSPData() |
int |
peakNextBits(int n) |
int |
read1Bit() |
int |
read1BitInt() |
int |
readByte() |
int |
readNBit(int n) |
long |
readRemainingByte() |
int |
skip(int bits) |
public DummyBitstreamReader(InputStream is) throws IOException
IOException
public int read1Bit() throws IOException
IOException
public int read1BitInt() throws IOException
IOException
public int readNBit(int n) throws IOException
IOException
public int readByte() throws IOException
IOException
public boolean moreRBSPData() throws IOException
IOException
public long getBitPosition()
public boolean moreData() throws IOException
IOException
public long readRemainingByte() throws IOException
IOException
public int peakNextBits(int n) throws IOException
IOException
public boolean isByteAligned()
public void close() throws IOException
IOException
public int getCurBit()
public final int skip(int bits) throws IOException
IOException
public int align() throws IOException
IOException
public int checkNBit(int n) throws IOException
IOException
public int curBit()
public boolean lastByte() throws IOException
IOException
Copyright © 2019. All rights reserved.