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

  /external/guava/guava-tests/test/com/google/common/io/
SourceSinkFactories.java 82 public static CharSourceFactory fileCharSourceFactory() {
83 return new FileCharSourceFactory();
338 private static class FileCharSourceFactory extends FileFactory implements CharSourceFactory {
414 private static class UrlCharSourceFactory extends FileCharSourceFactory {
FilesTest.java 64 SourceSinkFactories.fileCharSourceFactory()));

Completed in 76 milliseconds