Get offset bits
Get offset refs
Get remaining bits
Get remaining refs
Convert slice to cell
Checks if slice is empty
Load a single bit
true or false depending on the bit value
Load bits as a new BitString
number of bits to read
new BitString
Load a boolean
true or false depending on the bit value
Load byte buffer
number of bytes to load
Buffer
Load coins
coins value
Loads dictionary
key description
value description
Dictionary<K, V>
Loads dictionary directly from current slice
key description
value description
Dictionary<K, V>
Load int
number of bits to read
int value
Load int
number of bits to read
int value
Load maybe boolean
true or false depending on the bit value or null
Load maybe coins
coins value or null
Load maybe uint
number of bits to read
uint value or null
Load maybe uint
number of bits to read
uint value or null
Load maybe string tail from ref
string or null
Load maybe string tail
string or null
Load maybe uint
number of bits to read
uint value or null
Load maybe uint
number of bits to read
uint value or null
Load string tail from ref
string
Load string tail
Load uint
number of bits to read
uint value
Load uint
number of bits to read
uint value
Load varint
number of bits to read in header
varint value
Load varint
number of bits to read in header
varint value
Load varuint
number of bits to read in header
varuint value
Load varuint
number of bits to read in header
varuint value
Preload a signle bit
true or false depending on the bit value
Preload bits as a new BitString
number of bits to read
new BitString
Load byte buffer
number of bytes to load
Buffer
Preload coins
coins value
Preload int
number of bits to read
int value
Preload int
number of bits to read
int value
Preload uint
number of bits to read
uint value
Preload uint
number of bits to read
uint value
Preload varint
number of bits to read in header
varint value
Preload varint
number of bits to read in header
varint value
Preload varuint
number of bits to read in header
varuint value
Preload varuint
number of bits to read in header
varuint value
Skip bits
Print slice as string by converting it to cell
string
Slice is a class that allows to read cell data