Home
last modified time | relevance | path

Searched refs:ozstream (Results 1 - 2 of 2) sorted by relevance

/third_party/zlib/contrib/iostream2/
H A Dzstream.h43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream class
158 ozstream() : m_fp(0), m_os(0) { in ozstream() function in ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) in ozstream() function in ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) in ozstream() function in ozstream
168 ~ozstream() { in ~ozstream()
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
272 inline ozstream& operator<(ozstream
[all...]
H A Dzstream_test.cpp9 ozstream out("temp.gz"); in main()

Completed in 1 milliseconds