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