class FastImage

def get_byte

def get_byte
  get_chars(1).unpack("C")[0]
end