Copy Image files

Hi,Is it possible to copy image files (*.bmp, *.jpg) using FileReader, FileWriter.Thanks!
[110 byte] By [archnaa] at [2007-10-2 21:07:15]
# 1
no. filereader & filewriter handly text input and output. pictures are not text.
Mr_Meea at 2007-7-13 23:52:52 > top of Java-index,Java Essentials,New To Java...
# 2
How can I copy image files then?
archnaa at 2007-7-13 23:52:52 > top of Java-index,Java Essentials,New To Java...
# 3
Using byte streams, just like all other files.
Mr_Meea at 2007-7-13 23:52:52 > top of Java-index,Java Essentials,New To Java...