[xSocket-develop] DataInputStream
Status: Inactive
Brought to you by:
grro
|
From: Ricardo L. <ric...@te...> - 2008-03-19 02:10:03
|
Hi all, I have a J2ME application that use a socket to communicate with the my server application. Both applications read/write using the DataInputStream/DataOutputStream. I would like to refactor the server side to some high performance NIO framework like xserver, but I didn't find anything to use the DataInputStream, just the readStringByDelimiter methods. is there a way to just refactor my server application without change my client? thank you, Ricardo |