# File hexja, line 989
  def initialize(input, isoSeq, csType)
    @input = input.unpack('C*')
    @isoSeq = isoSeq
    @csType = csType
  end