Home
last modified time | relevance | path

Searched refs:m_os (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/iostream2/
Dzstream.h158 ozstream() : m_fp(0), m_os(0) { in ozstream()
161 : m_fp(0), m_os(0) {
165 : m_fp(0), m_os(0) {
199 if (m_os) { in close()
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close()
201 delete[] m_os->str(); delete m_os; m_os = 0; in close() local
237 if (m_os == 0) m_os = new ostrstream; in os()
238 return *m_os; in os()
242 if (m_os && m_os->pcount()>0) { in os_flush()
244 oss->fill(m_os->fill()); in os_flush()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DWriterToASCI.java43 private final OutputStream m_os; field in WriterToASCI
53 m_os = os; in WriterToASCI()
75 m_os.write(chars[i]); in write()
92 m_os.write(c); in write()
107 m_os.write(s.charAt(i)); in write()
122 m_os.flush(); in flush()
134 m_os.close(); in close()
145 return m_os; in getOutputStream()
DWriterToUTF8Buffered.java55 private final OutputStream m_os; field in WriterToUTF8Buffered
83 m_os = out; in WriterToUTF8Buffered()
447 m_os.write(m_outputBytes, 0, count); in flushBuffer()
467 m_os.flush(); in flush()
482 m_os.close(); in close()
493 return m_os; in getOutputStream()