18 |
|
// ============================================================================ |
19 |
|
// |
20 |
|
// File : gzstream.C |
21 |
< |
// Revision : $Revision: 1.1 $ |
22 |
< |
// Revision_date : $Date: 2005-09-20 21:22:38 $ |
21 |
> |
// Revision : $Revision: 1.2 $ |
22 |
> |
// Revision_date : $Date: 2009-11-25 20:02:01 $ |
23 |
|
// Author(s) : Deepak Bandyopadhyay, Lutz Kettner |
24 |
|
// |
25 |
|
// Standard streambuf implementation following Nicolai Josuttis, "The |
30 |
|
#include <string.h> // for memcpy |
31 |
|
#include "io/gzstream.hpp" |
32 |
|
|
33 |
< |
namespace oopse { |
33 |
> |
namespace OpenMD { |
34 |
|
|
35 |
|
// ---------------------------------------------------------------------------- |
36 |
|
// Internal classes to implement gzstream. See header file for user classes. |