Jump to content
  • 0

Question

Posted

kalispera, pira to mmocore tou xaddy

kai exw ena prob sto ReceivablePacket.java

kai exw auto to prob.

{

        TextBuilder tb = TextBuilder.newInstance();

        char ch;

        while((ch = getByteBuffer().getChar()) != 0)

            tb.append(ch);

String str = tb.stringValue ();

        TextBuilder.recycle(tb);

        return str;

    }

}

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...