#include <stream.h>
Public Member Functions | |
boost::shared_ptr< Stream > | getStream (CompressionType type) const |
StreamFactory (ChunkedFile *file) | |
Private Attributes | |
boost::shared_ptr< Stream > | bz2_stream_ |
boost::shared_ptr< Stream > | uncompressed_stream_ |
Definition at line 46 of file stream.cpp.
shared_ptr< Stream > rosbag::StreamFactory::getStream | ( | CompressionType | type | ) | const |
Definition at line 52 of file stream.cpp.
boost::shared_ptr<Stream> rosbag::StreamFactory::bz2_stream_ [private] |
boost::shared_ptr<Stream> rosbag::StreamFactory::uncompressed_stream_ [private] |