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