public CharIterator(FileContent fileContent)
 {
     index = -1;
     ConvertToChars(fileContent);
 }