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 simplify text encoding
To lock the file for exclusive access
To automatically close the file