Reads/writes data from/to an io stream, populating/consuming data to its entirety.
type of stream; must be either InputStream or OutputStream
stream to read from / write to
pointer to data buffer
number of bytes transmitted
EofException on End Of Flow condition (note that the exception is always newed)
See Implementation
Reads/writes data from/to an io stream, populating/consuming data to its entirety.