Home
last modified time | relevance | path

Searched defs:newInputStream (Results 1 – 3 of 3) sorted by relevance

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsInputStreamTest.java223 private static JimfsInputStream newInputStream(int... bytes) throws IOException { in newInputStream() method in JimfsInputStreamTest
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileSystemProvider.java186 public InputStream newInputStream(Path path, OpenOption... options) throws IOException { in newInputStream() method in JimfsFileSystemProvider
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java719 private InputStream newInputStream(int index) throws IOException { in newInputStream() method in DiskLruCache.Editor