Compiler constant
|
Value
|
Description
|
READ-AVAILABLE
|
1
|
The READ( ) method blocks until at least one (1) byte is available on the socket and reads the number of bytes that are available up to a maximum of bytes-to-read bytes.
|
READ-EXACT-NUM
|
2
|
(Default) The READ( ) method blocks until bytes-to-read bytes are available to read from the socket.
|