Home | History | Annotate | Download | only in output

Lines Matching refs:output

17 package org.apache.commons.io.output;
37 * @param output the stream to bind
40 public OutputStream bindStream( OutputStream output )
43 m_streams.set( output );
56 OutputStream output = getStream();
57 if( null != output )
59 output.close();
72 OutputStream output = getStream();
73 if( null != output )
75 output.flush();
89 OutputStream output = getStream();
90 if( null != output )
92 output.write( ch );
99 * @return the output stream