View Single Post
  #3 (permalink)  
Old 07-21-2008, 04:59 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
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.
Reply With Quote