7 #include "fwMemory/stream/in/RawZ.hpp" 11 #include <boost/filesystem/fstream.hpp> 12 #include <boost/filesystem/path.hpp> 13 #include <boost/iostreams/filter/gzip.hpp> 14 #include <boost/iostreams/filtering_stream.hpp> 37 SPTR(
void) heldStream;
40 SPTR(std::istream) RawZ::get()
42 SPTR(::boost::filesystem::ifstream) fs
43 = std::make_shared< ::boost::filesystem::ifstream>(m_path, std::ios::in|std::ios::binary);
47 filter->heldStream = fs;
49 filter->push(::boost::iostreams::gzip_decompressor());
The namespace fwMemory contains tools to manage memory. Use for dump.
This file defines fwCore base macros.