FileOutputStream fout = null;
try
{
fout = new FileOutputStream(mrofile);
fout.write(sb.toString().getBytes());
fout.flush();
}
shared items
Friday, September 5, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment