Translate

> > ByteArray To String Converstion

ByteArray To String Converstion

Posted on Tuesday, April 5, 2011 | No Comments

while(byteArra.bytesAvailable)
            {
                myString += byteArra.readUTFBytes(1);
            }

Leave a Reply

Powered by Blogger.