HomeSort by relevance Sort by last modified time
    Searched refs:fileByteSourceFactory (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
SourceSinkFactories.java 69 public static ByteSourceFactory fileByteSourceFactory() {
70 return new FileByteSourceFactory();
268 private static class FileByteSourceFactory extends FileFactory implements ByteSourceFactory {
405 private static class UrlByteSourceFactory extends FileByteSourceFactory {
FilesTest.java 58 SourceSinkFactories.fileByteSourceFactory(), true));

Completed in 165 milliseconds