# File hexja, line 667
  def initialize(bytes, unicode, strWidth, type)
    @bytes = bytes
    @unicode = unicode
    @strWidth = strWidth
    @type = type
  end