Output device interface
Convenience type alias for subclasses/interfaces
write() writes up to count bytes from the buffer pointed buf to the file referred to by the file descriptor fd.
Models a handle-oriented device.
See Implementation
Output device interface