WyldGynjer
MIS
I'm trying to figure out the best way to download images from my server onto a client's machine. There are three options I have found that may work, but I need to understand how each of these work specifically.
FileInputStream
FileReader
FileChannel
Does anyone have any suggestions on where to look to find information on each of these and specifics on how they work? Or does anyone know that can tell me?
I've looked on Sun's site and the stuff there just doesn't give me enough detail that I can really understand it.
FileInputStream
FileReader
FileChannel
Does anyone have any suggestions on where to look to find information on each of these and specifics on how they work? Or does anyone know that can tell me?
I've looked on Sun's site and the stuff there just doesn't give me enough detail that I can really understand it.