readI16 method

  1. @override
int readI16()
override

Implementation

@override
int readI16() {
  return zigzagToInt(readVarint32());
}