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