493876a2b3
While writeByte(0) can be read with readUint() (and writeUInt30(0) can be read correctly with readByte()) it's probably better to use writeUInt30/readUInt as a pair and writeByte/readByte as a pair. Change-Id: I3e638c1de0bd66b112cfa1370a54412e876dca5a Reviewed-on: https://dart-review.googlesource.com/4720 Reviewed-by: Samir Jindel <sjindel@google.com> Commit-Queue: Jens Johansen <jensj@google.com>