Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    3,021

    Re: reading unformatted data from socket

    Also posted at reading unformatted data(i.e that string do not having line termination characters)
  2. Replies
    2
    Views
    3,021

    Re: reading unformatted data from socket

    If the data being sent is a String and you know how many bytes were sent, you could use the read() method to read the bytes into an array and build a String from the bytes in the array.

    If you...
Results 1 to 2 of 2