Offset in source bit string
Number of bits remaining
Clone BitReader
Load a single bit
true if the bit is set, false otherwise
Load buffer
number of bytes
new buffer
Load coins value
read value as bigint
Load int value
int bits
read value as bigint
Load int value as bigint
int bits
read value as bigint
Load bit string that was padded to make it byte alligned. Used in BOC serialization
Load uint value
uint bits
read value as number
Load uint value as bigint
uint bits
read value as bigint
Load varint value
number of bits to read the size
read value as bigint
Load varint value
number of bits to read the size
read value as bigint
Load varuint value
number of bits to read the size
read value as bigint
Load varuint value
number of bits to read the size
read value as bigint
Preload bit
true if the bit is set, false otherwise
Preload buffer
number of bytes
new buffer
Preload coins value
read value as bigint
Preload int value
int bits
read value as bigint
Preload int value
int bits
read value as bigint
Preload uint value
uint bits
read value as number
Preload uint value as bigint
uint bits
read value as bigint
Preload varint value
number of bits to read the size
read value as bigint
Preload varint value
number of bits to read the size
read value as bigint
Preload varuint value
number of bits to read the size
read value as bigint
Preload varuint value
number of bits to read the size
read value as bigint
Reset to the beginning or latest checkpoint
Save checkpoint
Skip bits
number of bits to skip
Class for reading bit strings