Re: Best thing for testing code?

2011-08-30 Thread sm...@ibsys.com sm...@ibsys.com
I'm replying via the website, since I don't subscribe to the feed, and I've never been sure if this gets sent out to the list via email or not, but anyway, I found your question very interesting. In your question, you're saying, We have this business process. We have this software, which is

Re: ByteArray objects

2010-07-01 Thread sm...@ibsys.com sm...@ibsys.com
Java strings have a bytearray constructor: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#String(byte[]) myString = createObject(java,java.lang.String).init(myByteArray); Is there a way to convert a java bytearray into something human readable? Everything I've tried has thrown