#include <stream.h>
Public Member Functions | |
std::shared_ptr< Stream > | getStream (CompressionType type) const |
StreamFactory (ChunkedFile *file) | |
Private Attributes | |
std::shared_ptr< Stream > | lz4_stream_ |
std::shared_ptr< Stream > | uncompressed_stream_ |
Definition at line 98 of file third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/stream.h.
rosbag::StreamFactory::StreamFactory | ( | ChunkedFile * | file | ) |
Definition at line 46 of file third-party/realsense-file/rosbag/rosbag_storage/src/stream.cpp.
shared_ptr< Stream > rosbag::StreamFactory::getStream | ( | CompressionType | type | ) | const |
Definition at line 52 of file third-party/realsense-file/rosbag/rosbag_storage/src/stream.cpp.
|
private |
Definition at line 107 of file third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/stream.h.
|
private |
Definition at line 106 of file third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/stream.h.