|
You could use InputStream and OutputStream to read and write bytes.
Write a small test program that reads and writes a file (copies) to verify you are using the classes/methods correctly before using them in you program. You can use a URL to reference the files by using the file:// protocol.
|