Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Util::IOBuffer::IOBuffer ( PositionType  length,
unsigned char *  buffer 
) [inline]

after this call the IOBuffer owns the memory pointed to by buffer, no copy is made.

Definition at line 85 of file IOBuffer.h.

References mBuffer, mDataChannel, mPosition, and mSize.

00086     {
00087         mBuffer = buffer;
00088         mSize = length;
00089         mPosition = 0;
00090         mDataChannel = 0;
00091     }


Generated on Thu Jan 13 09:24:13 2011 for ImpalaSrc by  doxygen 1.5.1