Searched refs:charContents (Results 1 – 1 of 1) sorted by relevance
268 char[] charContents = new char[(int) file.length()]; in writeToFile() local269 reader.read(charContents); in writeToFile()271 String contents = new String(charContents); in writeToFile()