Home Tutorialhelp Comment FileInputStream.toString()

 
 

Comment

Mike
FileInputStream.toString(),
January 30, 2010 at 3:33 AM

FileInputStream.toString() defaults to Object.toString() which, in your example above, will return:
"java.io.FileInputStream" + '@' + Integer.toHexString(itStrm .hashCode());

This is not the same as the contents of InputstramToByteArray.java returned as a String.
View All Comments | View Tutorial
Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.