[inline]
Definition at line 150 of file File.h.
References Impala::Persistency::FileSystem::GetIOBuffer(), GetPath(), ILOG_ERROR, mFileSystem, and Valid().
Referenced by Impala::Core::Geometry::DatabaseReadVxRectangle(), Impala::Persistency::Mpeg7DocRepositoryInFile::Get(), Impala::Persistency::LabelSetRepositoryInFile::Get(), Impala::Persistency::VideoSetsRepository::GetFromFileSystem(), Impala::Persistency::ImageSetsRepository::GetFromFileSystem(), Impala::Core::Stream::RgbDataSrcInfo::GetInfoIOBuffer(), Impala::Persistency::ImageRepositoryInFile::GetReadBuffer(), Impala::Core::Array::ImageArchiveFile::ImageArchiveFile(), Impala::Core::Array::ImageArchiveFileFset::ImageArchiveFileFset(), Impala::Core::Table::Read(), Impala::Core::Trec::Collection::ReadData(), Impala::Core::Array::ReadJpg(), ReadNative(), Impala::Core::Array::ReadPng(), Impala::Core::Array::ReadRaw(), Impala::Core::Array::ReadRawArrayType(), Impala::Core::Array::ReadRawList(), Impala::Core::Array::ReadRawListVar(), Impala::Core::Array::ReadRawListVarIndex(), ReadStrings(), and Impala::Core::Trec::TrecTopic::ReadTopics().
00151 { 00152 if (!Valid()) 00153 { 00154 ILOG_ERROR("Can't get read buffer for invalid file"); 00155 return 0; 00156 } 00157 return mFileSystem->GetIOBuffer(GetPath(), true, false, "", 0, true); 00158 }
Here is the call graph for this function: