Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. EGONick

    getInputStream

    That's great, thanks. I've got it working fine. I'm not having a problem getting the outPutStream working. Is that a similar method using CRLF to show that the data has ended. I changed it to this. BufferedWriter out = new BufferedWriter(new OutputStreamWriter(server.getOutputStream()))...
  2. EGONick

    getInputStream

    I'm working on a socket server to instantly receive data from multiple clients, manipulate the data and instantly send it to each of the client connected. I assumed Java was the simplest as it's the only one I've had minor experiences with. The problem is, when data is sent, it's stored in the...

Part and Inventory Search

Back
Top