parse method

dynamic parse()

Implementation

parse() {
  if (index < buffer.length) {
    return readVint();
  }
}