module Protobuf::Decoder

def read_fixed64(stream)

Read 64-bit string value from +stream+.
def read_fixed64(stream)
  stream.read(8)
end