Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <zstream.h>
Public Member Functions | |
ozstream () | |
ozstream (FILE *fp, int level=Z_DEFAULT_COMPRESSION) | |
ozstream (const char *name, int level=Z_DEFAULT_COMPRESSION) | |
~ozstream () | |
void | open (const char *name, int level=Z_DEFAULT_COMPRESSION) |
void | open (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
int | close () |
int | write (const void *buf, size_t len) |
int | flush (int _flush) |
const char * | error (int *errnum) |
gzFile | fp () |
ostream & | os () |
void | os_flush () |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 234 of file zstream.h.
Referenced by operator<(), and write().
|
inline |
|
inline |
Definition at line 186 of file zstream.h.
References close(), gzdopen(), SET_BINARY_MODE, and Z_DEFAULT_COMPRESSION.
|
inline |
Definition at line 236 of file zstream.h.
Referenced by operator<<().
|
inline |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:01.
© Copyright Michele Bosi. All rights reserved.