HomeSort by relevance Sort by last modified time
    Searched refs:ozstream (Results 1 - 2 of 2) sorted by null

  /external/zlib/contrib/iostream2/
zstream.h 43 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& zs, const T& x)
    [all...]
zstream_test.cpp 9 ozstream out("temp.gz");

Completed in 110 milliseconds