public class ByteToBitInput extends Object
| Constructor and Description |
|---|
ByteToBitInput(ByteInputBuffer in)
Instantiates a new 'ByteToBitInput' object that uses 'in' as the
underlying byte based input.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkBytePadding()
Checks for past errors in the decoding process by verifying the byte
padding with an alternating sequence of 0's and 1's.
|
int |
readBit()
Reads from the bit stream one bit.
|
public ByteToBitInput(ByteInputBuffer in)
in - The underlying byte based input.public final int readBit()
public boolean checkBytePadding()
Copyright © 2015. All rights reserved.