Home
last modified time | relevance | path

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

/external/apache-commons-io/src/test/java/org/apache/commons/io/
DUncheckedIOTest.java40 private ByteArrayInputStream newInputStream() { in newInputStream() method in UncheckedIOTest
/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
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DFilesUncheck.java502 public static InputStream newInputStream(final Path path, final OpenOption... options) { in newInputStream() method in FilesUncheck