Decodes the data as an integer value.
@override int decodeInt() { return int.parse(_parent._readString()); }