Searched defs:newInputStream (Results 1 – 5 of 5) sorted by relevance
40 private ByteArrayInputStream newInputStream() { in newInputStream() method in UncheckedIOTest
223 private static JimfsInputStream newInputStream(int... bytes) throws IOException { in newInputStream() method in JimfsInputStreamTest
186 public InputStream newInputStream(Path path, OpenOption... options) throws IOException { in newInputStream() method in JimfsFileSystemProvider
719 private InputStream newInputStream(int index) throws IOException { in newInputStream() method in DiskLruCache.Editor
502 public static InputStream newInputStream(final Path path, final OpenOption... options) { in newInputStream() method in FilesUncheck