Methods
Inherited Variables
Inherited Methods
Inform that we are about to write at least nbytes bytes.
The underlying implementation can allocate proper working space depending
on this information, or simply ignore it. This is not a mandatory call
but a tip and is only used in some specific cases.
Write all bytes stored in s.
Write len bytes from s starting by position specified by pos.
Unlike writeBytes, this method tries to write the exact len amount of bytes.
Read all available data from i and write it.
The bufsize optional argument specifies the size of chunks by
which data is read and written. Its default value is 4096.