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

template<class ArrayT>
void Impala::Core::Array::ReadRaw ( ArrayT *&  dst,
String  fileName,
Util::Database *  db 
) [inline]

Definition at line 277 of file ReadRaw.h.

References Impala::Util::Database::GetIOBuffer(), and ReadRaw().

00278 {
00279     //Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "");
00280     Util::IOBuffer* buf = db->GetIOBuffer(fileName, true, false, "", 0, true);
00281     if (buf)
00282     {
00283         ReadRaw(dst, buf);
00284         delete buf;
00285     }
00286 }

Here is the call graph for this function:


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