# File hexja, line 977
  def each_byte
    while byte = getc
      yield(byte)
    end
  end