The content to write.
Return the number of bytes written, which may be less than provided (conceptually). Returns Eof when the buffer becomes full.
Remarks: Appends src content to the buffer, expanding as required if configured to do so (via the ctor).
Emulate OutputStream.write().