# File hexja, line 699
  def initialize
    @seq = Array.new            # array of Letter
    @seqBytesSize = 0
    @address = 0
  end