Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 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     }


Generated on Fri Mar 19 11:40:04 2010 for ImpalaSrc by  doxygen 1.5.1