# File lib/beefcake/buffer/decode.rb, line 62
    def read_sint64
      decode_zigzag(read_uint64)
    end