News

I'm getting confused here, I want to pass a character array to rfile() and argv[] happens ... ="ip-ubbcode-code-pre">// Reads a file into a string and returns it or a null string if fails ...
Or better put use a char[] in place of a byte[]. I am using String.toBytes("UTF-8") to convert a string to byte array. I was told this is a fairly expensive operation and will be better off just ...