|
|
// returns the number read, whether the value is NULL and the number of bytes read
|
|
// returns the number read, whether the value is NULL and the number of bytes read
|
|
|
func readLengthEncodedInteger(b []byte) (uint64, bool, int) {
|
|
func readLengthEncodedInteger(b []byte) (uint64, bool, int) {
|