after this call the IOBuffer owns the memory pointed to by buffer, no copy is made.
Definition at line 72 of file IOBuffer.h. References mBuffer, mDataChannel, mPosition, and mSize. 00073 { 00074 mBuffer = buffer; 00075 mSize = length; 00076 mPosition = 0; 00077 mDataChannel = 0; 00078 }
|