Home | History | Annotate | Download | only in archivers

Lines Matching refs:fis

279         FileInputStream fis = null;
287 fis = new FileInputStream(tmp[1]);
288 while (fis.read(b) > 0) {
291 fis.close();
292 fis = null;
315 if (fis != null) {
316 fis.close();
329 FileInputStream fis = null;
339 fis = new FileInputStream(tmp[1]);
340 while (fis.read(b) > 0) {
343 fis.close();
344 fis = null;
366 if (fis != null) {
367 fis.close();