ReFRACtor
fstream_compress.h
Go to the documentation of this file.
1 #ifndef FSTREAM_COMPRESS_H
2 #define FSTREAM_COMPRESS_H
3 #include "filtering_fstream.h"
4 
5 namespace FullPhysics {
6 /****************************************************************/
10 
13 public:
14  OstreamCompress(const std::string& Fname);
15  virtual ~OstreamCompress() {}
16 };
17 
18 /****************************************************************/
25 
28 public:
29  IstreamCompress(const std::string& Fname);
30  virtual ~IstreamCompress() {}
31 };
32 
33 }
34 #endif
OstreamCompress(const std::string &Fname)
This opens a file for writing, possibly with automatic compression.
/ This opens a file for writing, possibly with automatic / compression.
This allows filtering stream to created on top of an underlying ifstream.
This allows filtering stream to created on top of an underlying ofstream.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
/ This opens a file for reading, possibly with automatic / decompression.

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11