Searched defs:newInputStream (Results 1 – 5 of 5) sorted by relevance
223 private static JimfsInputStream newInputStream(int... bytes) throws IOException { in newInputStream() method in JimfsInputStreamTest
70 private ByteArrayInputStream newInputStream() { in newInputStream() method in UncheckTest
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
547 public static InputStream newInputStream(final Path path, final OpenOption... options) { in newInputStream() method in FilesUncheck