ToUnicodeParser(BinaryReader reader)
 {
     _lexer  = new Lexer(reader);
     _mapper = new MapToUnicode();
 }