public long ReadSignedLong() { return(PbfBlock.Zag(this.ReadVarint64())); }
public int ReadSignedInt() { return(PbfBlock.Zag(this.ReadVarint32())); }