Searched refs:newInputStream (Results 1 – 5 of 5) sorted by relevance
56 public abstract InputStream newInputStream() throws IOException; in newInputStream() method in VirtualPath74 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.LocalFilePath96 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ZipEntryPath117 public InputStream newInputStream() throws IOException { in newInputStream() method in VirtualPath.ResourcePath
366 InputStream input = path.newInputStream(); in parseAsStream()
152 new InputStreamReader(resourcePath.newInputStream())); in doTestSignature()206 new InputStreamReader(resourcePath.newInputStream())); in loadFilters()
136 Path file = extractResourceToFile(resourceName, resourcePath.newInputStream()); in readResource()
488 try (InputStream in = new BufferedInputStream(Files.newInputStream(file.toPath()))) { in getRawFileHash()