Searched refs:newInputStream (Results 1 – 5 of 5) sorted by relevance
57 public abstract InputStream newInputStream() throws IOException; in newInputStream() method in VirtualPath93 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.LocalFilePath132 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ZipEntryPath171 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ResourcePath
366 InputStream input = path.newInputStream(); in parseAsStream()
160 new InputStreamReader(resourcePath.newInputStream())); in doTestSignature()222 new InputStreamReader(resourcePath.newInputStream())); in loadFilters()
98 try (InputStream is = resourcePath.newInputStream()) { in extractResourceToFile()
388 try (InputStream in = new BufferedInputStream(Files.newInputStream(file.toPath()))) { in getRawFileHash()