Decodes the data as an integer value.
@override int decodeInt() { skipWhitespace(); return _readInt(); }