|
cuSBF
|
std::istream adapter for GzStreambuf.
More...
#include <gzstreambuf.hpp>
Static Public Member Functions | |
| static Result< std::unique_ptr< GzIstream > > | open (const std::filesystem::path &path) |
| Opens a gzip file as an input stream. | |
std::istream adapter for GzStreambuf.
Definition at line 74 of file gzstreambuf.hpp.
|
inlinestatic |
Opens a gzip file as an input stream.
| path | Filesystem path to a .gz file. |
Definition at line 81 of file gzstreambuf.hpp.