Writes exactly the given buffer and no less. Throws an exception if it cannot be done.
Note that, because it can potentially take multiple system calls to complete the write, the write is not guaranteed to be atomic with respect to other writes.
WriteException if the given buffer cannot be completely written.
See Implementation
Writes exactly the given buffer and no less. Throws an exception if it cannot be done.
Note that, because it can potentially take multiple system calls to complete the write, the write is not guaranteed to be atomic with respect to other writes.