Home | History | Annotate | Download | only in serializer

Lines Matching defs:fis

295                 FileInputStream fis = null;
320 fis = ss.getFileInputStream(propertiesFile);
321 fXalanProperties.load(fis);
332 if (fis != null) {
334 fis.close();
345 FileInputStream fis = null;
347 fis = ss.getFileInputStream(new File(propertiesFilename));
349 props.load(fis);
358 if (fis != null) {
360 fis.close();