|
virtualinherited |
Link an external buffer to this class.
An external buffer is linked to used the services of BufferIO i.e. reading/writing. In case of success, it returns true In case the pointer in NULL, it is not linked and the current buffer is not changed (returns false).
Offset is set to 0 (beginning of the buffer)
The linked buffer is not owned by BufferIO, it will NOT be deleted with BufferIO
Definition at line 214 of file BufferIO.cpp.