Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FileCharSourceFactory (0.08 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

        String initialString = IoTestCase.ASCII + IoTestCase.I18N;
        return new FileByteSinkFactory(initialString.getBytes(UTF_8));
      }
    
      public static CharSourceFactory fileCharSourceFactory() {
        return new FileCharSourceFactory();
      }
    
      public static CharSinkFactory fileCharSinkFactory() {
        return new FileCharSinkFactory(null);
      }
    
      public static CharSinkFactory appendingFileCharSinkFactory() {
    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