19 : fs(fileName.c_str(), openMode)
35 fs.open(fileName.c_str(), openMode);
53 fs.seekg(0, std::ios::end);
54 data.resize(fs.tellg());
55 fs.seekg(0, std::ios::beg);
56 fs.read(const_cast<char*>(data.c_str()), data.size());
63 std::ostringstream ostr;
70 std::ostringstream ostr;
71 ostr << dir <<
"/" <<
taskId;
77 std::ostringstream ostr;
89 Poco::Path path(fileName);
90 char* str =
const_cast<char*
>(path.getFileName().c_str());
99 return (symbols==digits);