BufferedWriter :
The BufferedWriter class is used to write text to a character-output stream, buffering characters so as to
provide for the efficient writing of single characters, arrays and strings.
The constructor of the FileWriter class takes the file name which has to be buffered by the
BufferedWriter stream. The write( ) method of BufferedWriter class is used to create the file into
specified directory.
Mr Wasim Akhtar
No comments:
Post a Comment
If you have any question please let me know