Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FileCharSinkFactory (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

        return new FileCharSourceFactory();
      }
    
      public static CharSinkFactory fileCharSinkFactory() {
        return new FileCharSinkFactory(null);
      }
    
      public static CharSinkFactory appendingFileCharSinkFactory() {
        String initialString = IoTestCase.ASCII + IoTestCase.I18N;
        return new FileCharSinkFactory(initialString);
      }
    
      public static ByteSourceFactory urlByteSourceFactory() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jul 16 17:42:14 GMT 2025
    - 12.7K bytes
    - Click Count (0)
Back to Top