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

/external/zlib/src/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) { function in class:ozstream
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream
[all...]

Completed in 133 milliseconds