File Saving Option
Hello every body i am new to java and i am stuck in some problem in handling a file . The problem is that how to read a file from a buffer and save it at your desired location using file chooser or saver please help can some body
[229 byte] By [
shamshami] at [2007-11-11 7:37:48]

# 1 Re: File Saving Option
Read up on input/output streams. A place to start is the tutorial found here:
http://java.sun.com/docs/books/tutorial/essential/io/index.html
also, take a look at the API Documentation for java.io and java.nio packages.
nspils at 2007-11-11 22:37:44 >
