|
|
Output byte streams Writing data to a file is very similar to reading data from a file. To write a file one byte at a time we create an object of class FileWriter , and call its write() method to write each byte. There is also a BufferedWriter class than cofunctionality complementary to the BufferedReader . 
RITSEC - Global Campus Copyright ?1999 RITSEC- Middlesex University. All rights reserved. webmaster@globalcampus.com.eg |
|