void AddStringMapping(TermInfoStrings s) { byte [] bytes = reader.GetStringBytes(s); if (bytes == null) { return; } rootmap.AddMapping(s, bytes); }