Converting char array to input stream
843785Dec 19 2008 — edited Dec 21 2008Hello,
I want to convert a character array to an input stream? What is the best way to do it? One way is to convert the character array into a byte array, and then convert it into an input stream. How do we convert the char array into a byte array? Or there is a better way to convert the char array into an inputstream?
Thanks in advance