# File hexja, line 939
  def initialize(io)
    @io = io
    @io.binmode
    @undoBuffer = []
  end