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

Impala::Util::IOBuffer::IOBuffer ( PositionType  length  )  [inline]

create a buffer of given size

Definition at line 74 of file IOBuffer.h.

References mBuffer, mDataChannel, mPosition, and mSize.

00075     {
00076         mBuffer = new unsigned char[length];
00077         mSize = length;
00078         mPosition = 0;
00079         mDataChannel = 0;
00080     }


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