What is the primary purpose of using BufferedWriter with FileWriter for appending text to a file?
BufferedWriter
FileWriter
To increase performance by buffering writes
To lock the file for exclusive access
To automatically close the file
To simplify text encoding