Searched refs:fis0 (Results 1 – 2 of 2) sorted by relevance
94 try (InputStream fis0 = new FileInputStream(fileName); in read() argument95 InputStream fis = new StripUTF8BOMInputStream(fis0); in read()
173 try (InputStream fis0 = new FileInputStream(fullFile); in checkFile() argument174 InputStream fis = new StripUTF8BOMInputStream(fis0); in checkFile()