module Protobuf::Decoder

def read_fixed32(stream)

Read 32-bit string value from +stream+.
def read_fixed32(stream)
  stream.read(4)
end