I have downloaded one image program and about to understand it.
This is from its documentation:
I run the java class from prompt: java Image me.jpg
My Q:
1. Am I right by saying that 'me.jpg' is as RandomAccessFil e?
So what is InputStream here mean?
This is from its documentation:
Code:
* image.setInput(in); // in can be InputStream or RandomAccessFile
My Q:
1. Am I right by saying that 'me.jpg' is as RandomAccessFil e?
So what is InputStream here mean?
Comment