#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 > | lz4_stream_ |
boost::shared_ptr< Stream > | uncompressed_stream_ |
rosbag::StreamFactory::StreamFactory | ( | ChunkedFile * | file | ) |
Definition at line 46 of file stream.cpp.
shared_ptr< Stream > rosbag::StreamFactory::getStream | ( | CompressionType | type | ) | const |
Definition at line 53 of file stream.cpp.
|
private |
|
private |
|
private |