Checks if a buffer contains a complete variable byte integer at the given offset.
This is useful for determining if enough data has been buffered before attempting to decode.
The buffer to check
The offset to start checking from
true if a complete variable byte integer is available
Checks if a buffer contains a complete variable byte integer at the given offset.
This is useful for determining if enough data has been buffered before attempting to decode.