Skip to content

Instantly share code, notes, and snippets.

@kell05
Created January 6, 2012 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kell05/1571017 to your computer and use it in GitHub Desktop.
Save kell05/1571017 to your computer and use it in GitHub Desktop.
// http://www.roseindia.net/java/example/java/io/java-write-to-file.shtml
// Tidy up the syntax by writting it this way...
// Check if fd can be a File obj or the textual name of the file
// http://docs.oracle.com/javase/1.4.2/docs/api/java/io/FileOutputStream.html
BufferredWriter buffWrite = new BufferredWriter(new FileOutputStream(fd));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment