public void load(IO io)
 {
     m_endColumn = io.readUInt4();
     m_endLine   = io.readUInt4();
     m_fileName  = io.readUInt4();
     m_strTable.setType(m_fileName, StrTable.StrType.strToSave);
     m_startColumn = io.readUInt4();
     m_startLine   = io.readUInt4();
 }