Searched refs:fileIn (Results 1 – 2 of 2) sorted by relevance
443 FileInputStream fileIn = new FileInputStream(file); in abxToXmlStream() local445 in.setInput(fileIn, StandardCharsets.UTF_8.name()); in abxToXmlStream()
829 InputStream fileIn = new GZIPInputStream(new FileInputStream(srcFile)) in decompressFile() argument832 FileUtils.copy(fileIn, outputStream); in decompressFile()