TaskSelectTransceiver.read

Populates data with data read from the I/O device.

class TaskSelectTransceiver
void
read
(
void[] data
)

Parameters

data void[]

destination data buffer

Throws

IOException if no data were received nor will any arrive later: - IOWarning on end-of-flow condition or if the remote hung up, - IOError (IOWarning subclass) on I/O error.

Meta