Home | History | Annotate | Download | only in net

Lines Matching defs:is

12  *  distributed under the License is distributed on an "AS IS" BASIS,
222 InputStream is = conn.getInputStream();
223 is.close();
253 InputStream is = juc.getInputStream();
255 while (is.read(buf) > 0) ;
261 is = juc.getJarFileURL().openStream();
262 while (is.read(buf) > 0) ;
308 InputStream is = url.openStream();
309 is.close();