Current Forum: Homework 5 - Part 3 |
Date: Tue Nov 20 2001 3:14 am |
Author: Zaman, Rashid <rzaman@andrew.cmu.edu> |
Subject: BufferedWriter |
|
|
I want to write a string to a file and am using the BufferedWriter write(String s, int off, int len) method. I was wondering if there was a way to just write the whole string without specifying an offset and length. |
|