Home | History | Annotate | Download | only in service

Lines Matching defs:fis

1179         final FileInputStream fis = new FileInputStream(file);
1184 parser.setInput(fis, "UTF-8");
1231 if (fis != null) {
1232 fis.close();