Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <streams.h>
Public Member Functions | |
BitStreamReader (IStream &istream) | |
uint64_t | Read (int nbits) |
Read the specified number of bits from the stream. More... | |
Private Attributes | |
IStream & | m_istream |
uint8_t | m_buffer {0} |
Buffered byte read in from the input stream. More... | |
int | m_offset {8} |
Number of high order bits in m_buffer already returned by previous Read() calls. More... | |
|
inlineexplicit |
|
inline |
|
private |
|
private |
|
private |