Home | History | Annotate | Download | only in input

Lines Matching refs:input

17 package org.apache.commons.io.input;

37 * @param input the stream to bind
40 public InputStream bindStream( InputStream input )
43 m_streams.set( input );
56 InputStream input = getStream();
57 if( null != input )
59 input.close();
73 InputStream input = getStream();
74 if( null != input )
76 return input.read();
87 * @return the input stream