Binary recvBytes(Socket s, Int maxlen=1024, Int timeout=1000000)
Arguments
s: The socketmaxlen: The maximum number of bytes to receive. This must be a positive integer (the default is 1024)timeout: The time to wait for data in microseconds before giving up (the default is 1000000, or 1 second)
Usage
Receive binary data from a socket.