Home | History | Annotate | Download | only in transformer

Lines Matching defs:m_outputStream

117   private java.io.FileOutputStream m_outputStream = null;
434 if (this.m_outputStream != null)
438 m_outputStream.close();
443 m_outputStream = null;
1069 m_outputStream = new java.io.FileOutputStream(fileURL);
1071 serializer.setOutputStream(m_outputStream);