Getting errors working with String Arrays

Okay, now I have a different issue; Whenever saveStrings(“hs.txt”, hs); happens, my game crashes and I get the NullPointerException error. Is it because the data from the .txt file is being read and I can’t edit it while its being read?