Try to convert your result back to chars. You better study java API for .toStrin() method. getClass().getName() + '@' + Integer.toHexString(hashCode()) Here is correct sample http://www.java-forums.org/java-tips/4159-reading-form-inputstream-storing-bytearray.html
View All Comments
| View Tutorial