Reads something from an input stream. Single elements are read straight from the input stream, while array types have their length read, followed by each element.
If data is a pointer to a struct or union, it is dereferenced automatically.
type of data to read
input stream to read from
data to read
number of bytes transmitted
EofException on End Of Flow condition (note that the exception is always newed)
See Implementation
Reads something from an input stream. Single elements are read straight from the input stream, while array types have their length read, followed by each element.
If data is a pointer to a struct or union, it is dereferenced automatically.