What is the BufferedWriter class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the BufferedWriter class?
Rating:
The BufferedWriter class is used for fast writing operations of texts to a character-output stream. It can be used to write single characters, arrays, and strings of data. The size of buffer may or may not be specified. The BufferedWriter class has the newLine() method that is used to create platform-specific line separators, as some platforms do not support the new line character (' ') to terminate lines.
Rating:
Was this information helpful?
Other articles
- What is the ceiling() method of the NavigableSet interface?
- What is the PrintWriter class?
- What is the readPassword() method of the Console class?
- What is the higher() method of the NavigableSet interface?
- What is the createNewFile() method of the File class?